summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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__ */