Add prototype for krb5_fcc_read
authorEzra Peisach <epeisach@mit.edu>
Tue, 11 Jul 1995 23:31:07 +0000 (23:31 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 11 Jul 1995 23:31:07 +0000 (23:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6282 dc483132-0cff-0310-8789-dd5450dbe970

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

index 90fa86e0e783844cfc76d98400c2256485711ff7..a49e4b4500a0fa50cf04e6aa7e3cb7ab3d40d1d1 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jul 11 19:26:47 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * fcc-proto.h: Add prototype for krb5_fcc_read. Indicate that
+               krb5_change_cache takes no arguments. 
+       
+
 Wed July  5 15:52:31 1995  James Mattly  <mattly@fusion.com>
        * fcc_destroy.c changed open to THREEPARAMOPEN for macintosh
        opens
index d8f9db024242e4e4dffb6ec24e44dfaf518a7200..5c8e296dbde1d9febf27c57c18f2170965a0111c 100644 (file)
@@ -68,6 +68,11 @@ krb5_error_code INTERFACE krb5_fcc_next_cred
                   krb5_creds *creds ));
 
 /* fcc_read.c */
+krb5_error_code krb5_fcc_read
+       PROTOTYPE((krb5_context, 
+                  krb5_ccache id , 
+                  krb5_pointer buf,
+                  int len));
 krb5_error_code krb5_fcc_read_principal 
        PROTOTYPE((krb5_context, krb5_ccache id , krb5_principal *princ ));
 krb5_error_code krb5_fcc_read_keyblock 
@@ -122,7 +127,7 @@ krb5_error_code INTERFACE krb5_fcc_set_flags
 /* fcc_ops.c */
 extern krb5_cc_ops krb5_cc_file_ops;
 krb5_error_code krb5_change_cache
-   PROTOTYPE(());
+   PROTOTYPE((void));
 
 
 /* fcc_write.c */