summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-07-11 17:43:50 +0000
committerEzra Peisach <epeisach@mit.edu>1995-07-11 17:43:50 +0000
commit8f4fcbc0f0c50c30007e12ac3e8c4b4ef2ae2a99 (patch)
tree5b612827f1862859383e5320a96a51d1a1fe48be /src/include
parentf1a24b6f5c94741f7d1926cee1397dcbc069cb3e (diff)
downloadkrb5-8f4fcbc0f0c50c30007e12ac3e8c4b4ef2ae2a99.tar.gz
krb5-8f4fcbc0f0c50c30007e12ac3e8c4b4ef2ae2a99.tar.xz
krb5-8f4fcbc0f0c50c30007e12ac3e8c4b4ef2ae2a99.zip
Add krb5_rd_cred prototype
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6279 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/krb5.hin7
2 files changed, 11 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 10166042b..bc107cd2e 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -4,6 +4,10 @@ Tue Jul 11 13:12:14 1995 <tytso@rsx-11.mit.edu>
functions to get the type of the credentials cache and key
table.
+Sun Jul 9 21:37:50 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * krb5.hin: Add krb5_rd_cred prototype.
+
Fri Jul 7 15:56:49 EDT 1995 Paul Park (pjpark@mit.edu)
* krb5.hin - Add checksum verifier dispatch in the checksum entry.
This is now the supported method for verifying checksums. Also
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index e22260d7f..1ae37fd47 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1786,6 +1786,13 @@ krb5_error_code INTERFACE krb5_mk_1cred
krb5_data **,
krb5_replay_data *));
+krb5_error_code krb5_rd_cred
+ KRB5_PROTOTYPE((krb5_context,
+ krb5_auth_context,
+ krb5_data *,
+ krb5_creds ***,
+ krb5_replay_data *));
+
krb5_error_code krb5_auth_con_init
KRB5_PROTOTYPE((krb5_context,
krb5_auth_context *));