add standard header
authorJohn Kohl <jtkohl@mit.edu>
Tue, 1 May 1990 16:15:38 +0000 (16:15 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 1 May 1990 16:15:38 +0000 (16:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@637 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc-proto.h

index 9036000c56b6fe4fbfcbd5b7e6956964e429e4ad..c29f3c0a588dc23a061bca420cd0f43b02079823 100644 (file)
@@ -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__ */