From: John Kohl Date: Wed, 17 Jan 1990 13:16:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: krb5-1.0-alpha2~1282 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc26d5f0e58e03157ec8ebaa494607512d995bbe;p=krb5.git *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@100 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h new file mode 100644 index 000000000..1224b6c70 --- /dev/null +++ b/src/include/krb5/func-proto.h @@ -0,0 +1,19 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * Function prototypes for Kerberos V5 library. + */ + +#include + +#ifndef __KRB5_FUNC_PROTO__ +#define __KRB5_FUNC_PROTO__ + +#endif /* __KRB5_FUNC_PROTO__ */