diff options
-rw-r--r-- | src/lib/krb5/ccache/stdio/ChangeLog | 4 | ||||
-rw-r--r-- | src/lib/krb5/ccache/stdio/scc-proto.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog index 2ca0d45c81..b629566939 100644 --- a/src/lib/krb5/ccache/stdio/ChangeLog +++ b/src/lib/krb5/ccache/stdio/ChangeLog @@ -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 diff --git a/src/lib/krb5/ccache/stdio/scc-proto.h b/src/lib/krb5/ccache/stdio/scc-proto.h index cf2e69fd20..8975671b5b 100644 --- a/src/lib/krb5/ccache/stdio/scc-proto.h +++ b/src/lib/krb5/ccache/stdio/scc-proto.h @@ -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 , |