summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-12 14:08:36 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-12 14:08:36 +0000
commitaf4a5d66ba9cb28858c94269acd8708b3732b8e1 (patch)
treefbf504de9291520f0234a4c062354c40aaf0c40d /src
parent7a107c09d76159415396151a38401c239029ad36 (diff)
add fcc_close_file, fcc_open_file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1671 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/file/fcc-proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index a8317c58f..d55646ad2 100644
--- a/src/lib/krb5/ccache/file/fcc-proto.h
+++ b/src/lib/krb5/ccache/file/fcc-proto.h
@@ -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__ */