15154cb4be1d8ac66aab8520c2d0c2c7b2f18a9e
[openafs.git] / src / auth / ktc.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef _AFS_AUTH_KTC_H
11 #define _AFS_AUTH_KTC_H
12
13 extern char * ktc_tkt_string(void);
14 extern char * ktc_tkt_string_uid(afs_uint32);
15 extern void ktc_set_tkt_string(char *);
16 extern int ktc_OldPioctl(void);
17
18 #endif /* _AFS_AUTH_KTC_H */