Add krb5_rd_cred prototype
authorEzra Peisach <epeisach@mit.edu>
Tue, 11 Jul 1995 17:43:50 +0000 (17:43 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 11 Jul 1995 17:43:50 +0000 (17:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6279 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/krb5.hin

index 10166042b3dd1203ae7faeeb35b1265de24966bd..bc107cd2ee864d6c7ac9f885c26d38917761ec0a 100644 (file)
@@ -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
index e22260d7f349715e6ee7791515c76fb5d9d3e676..1ae37fd4779269354e942fbad65652bbdde386d2 100644 (file)
@@ -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 *));