blob: 1224b6c702aebfe9e5ff1e71fb337441df4fc157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* $Source$
* $Author$
* $Id$
*
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
* <krb5/mit-copyright.h>.
*
* Function prototypes for Kerberos V5 library.
*/
#include <krb5/copyright.h>
#ifndef __KRB5_FUNC_PROTO__
#define __KRB5_FUNC_PROTO__
#endif /* __KRB5_FUNC_PROTO__ */
|