summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-01 16:15:38 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-01 16:15:38 +0000
commitbb35f52ea51b287d5d39771b643801e123cb7156 (patch)
tree0d47ff9c3aff9811db9444ed218f339fdab47bf0 /src
parent7071588516dc99f6e4a0e2f79dd15b0f50c9b1d5 (diff)
downloadkrb5-bb35f52ea51b287d5d39771b643801e123cb7156.tar.gz
krb5-bb35f52ea51b287d5d39771b643801e123cb7156.tar.xz
krb5-bb35f52ea51b287d5d39771b643801e123cb7156.zip
add standard header
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@637 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/file/fcc-proto.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index 9036000c5..c29f3c0a5 100644
--- a/src/lib/krb5/ccache/file/fcc-proto.h
+++ b/src/lib/krb5/ccache/file/fcc-proto.h
@@ -1,3 +1,21 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1990 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
+ *
+ * Prototypes for File-based credentials cache
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef KRB5_FCC_PROTO__
+#define KRB5_FCC_PROTO__
+
/* fcc_close.c */
krb5_error_code krb5_fcc_close PROTOTYPE((krb5_ccache id ));
@@ -68,3 +86,4 @@ krb5_error_code krb5_fcc_store_times PROTOTYPE((krb5_ccache id , krb5_ticket_tim
void init_test_cred PROTOTYPE((void ));
+#endif /* KRB5_FCC_PROTO__ */