summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-17 13:16:48 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-17 13:16:48 +0000
commitcc26d5f0e58e03157ec8ebaa494607512d995bbe (patch)
tree1ee14757dce0d5b7097d4bb170cdff47ac4844fb /src/include
parentd92e734d131fe194205e26ad0028098277a94c3c (diff)
downloadkrb5-cc26d5f0e58e03157ec8ebaa494607512d995bbe.tar.gz
krb5-cc26d5f0e58e03157ec8ebaa494607512d995bbe.tar.xz
krb5-cc26d5f0e58e03157ec8ebaa494607512d995bbe.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h19
1 files changed, 19 insertions, 0 deletions
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
+ * <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__ */