/* afsutil.h: AFS client utility library * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ #ifndef _AFS_UTIL_H #define _AFS_UTIL_H #include #include extern int afsutil_authorise_krb5(const char *cell, const char *realm, time_t expiry, size_t session_key_size, const void *session_key, int ticket_kvno, size_t ticket_size, const void *ticket); #endif /* _AFS_UTIL_H */