From: Ezra Peisach Date: Tue, 11 Jul 1995 17:43:50 +0000 (+0000) Subject: Add krb5_rd_cred prototype X-Git-Tag: krb5-1.0-beta6~1538 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f4fcbc0f0c50c30007e12ac3e8c4b4ef2ae2a99;p=krb5.git Add krb5_rd_cred prototype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6279 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 functions to get the type of the credentials cache and key table. +Sun Jul 9 21:37:50 1995 Ezra Peisach + + * 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 *));