add fcc_close_file, fcc_open_file
authorJohn Kohl <jtkohl@mit.edu>
Tue, 12 Feb 1991 14:08:36 +0000 (14:08 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 12 Feb 1991 14:08:36 +0000 (14:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1671 dc483132-0cff-0310-8789-dd5450dbe970

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

index a8317c58fff1a42cc4ec29a8d9f9d2224435c123..d55646ad29df5cd3ebe2424e6686707d06ee7ed5 100644 (file)
@@ -3,7 +3,7 @@
  * $Author$
  * $Id$
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -100,4 +100,8 @@ krb5_error_code krb5_fcc_store_authdatum PROTOTYPE((krb5_ccache , krb5_authdata
 /* fcc_errs.c */
 krb5_error_code krb5_fcc_interpret PROTOTYPE((int ));
 
+/* fcc_maybe.c */
+krb5_error_code krb5_fcc_close_file PROTOTYPE((krb5_ccache));
+krb5_error_code krb5_fcc_open_file PROTOTYPE((krb5_ccache, int));
+
 #endif /* KRB5_FCC_PROTO__ */