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

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

index 2ca0d45c816c1b517d24dc7bd7c396b54a445002..b62956693911c64acc2f5f401354321edadaf388 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jul 11 19:22:17 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * scc-proto.h: Add prototype for krb5_scc_read.
+
 Wed Jun 14 23:55:24 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * scc_errs.c (krb5_scc_interpret): Add #ifdef around switch
index cf2e69fd200ca2ff9a6a9fe9443e152c7c1714cf..8975671b5b727a67f225328bfdba63967d6430d6 100644 (file)
@@ -87,6 +87,11 @@ krb5_error_code krb5_scc_next_cred
                   krb5_creds *creds ));
 
 /* scc_read.c */
+krb5_error_code krb5_scc_read
+       PROTOTYPE((krb5_context, 
+                  krb5_ccache id , 
+                  krb5_pointer buf,
+                  int len));
 krb5_error_code krb5_scc_read_principal 
        PROTOTYPE((krb5_context, 
                   krb5_ccache id ,