Added prototypes from scc_maybe.c
authorKen Raeburn <raeburn@mit.edu>
Wed, 28 Nov 1990 09:57:31 +0000 (09:57 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 28 Nov 1990 09:57:31 +0000 (09:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1510 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/stdio/scc-proto.h

index 99175d0e98807b3a2e4630190587043488dfeebf..a4e8fdda4bbb498c13e309acfb46b6f51071eef0 100644 (file)
@@ -40,6 +40,10 @@ krb5_error_code krb5_scc_get_principal PROTOTYPE((krb5_ccache id , krb5_principa
 /* scc_init.c */
 krb5_error_code krb5_scc_initialize PROTOTYPE((krb5_ccache id , krb5_principal princ ));
 
+/* scc_maybe.c */
+krb5_error_code krb5_scc_close_file PROTOTYPE((krb5_ccache));
+krb5_error_code krb5_scc_open_file PROTOTYPE((krb5_ccache,const char*));
+
 /* scc_nseq.c */
 krb5_error_code krb5_scc_next_cred PROTOTYPE((krb5_ccache id , krb5_cc_cursor *cursor , krb5_creds *creds ));