aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/stdio
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-07-11 23:24:22 +0000
committerEzra Peisach <epeisach@mit.edu>1995-07-11 23:24:22 +0000
commit9e54d6b8f193103db28369555d523be2c62b34a8 (patch)
tree08212475478fe9de448ad1a6e8801701a7064648 /src/lib/krb5/ccache/stdio
parent8ed04722a952d8ae0daebbbb664f8b60997114fc (diff)
downloadkrb5-9e54d6b8f193103db28369555d523be2c62b34a8.zip
krb5-9e54d6b8f193103db28369555d523be2c62b34a8.tar.gz
krb5-9e54d6b8f193103db28369555d523be2c62b34a8.tar.bz2
Add prototype for krb5_scc_read
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6281 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/stdio')
-rw-r--r--src/lib/krb5/ccache/stdio/ChangeLog4
-rw-r--r--src/lib/krb5/ccache/stdio/scc-proto.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog
index 2ca0d45..b629566 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 cf2e69f..8975671 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 ,