Added prototype for krb5_auth_con_getkey
authorEzra Peisach <epeisach@mit.edu>
Wed, 3 May 1995 15:23:07 +0000 (15:23 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 3 May 1995 15:23:07 +0000 (15:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5709 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/krb5.h

index df0cb00663b3da4b1fca6e1b01539eaea3154de9..369905060d7f154c8d402af010579e1d84fd48d0 100644 (file)
@@ -1,6 +1,7 @@
 Wed May  3 10:32:18 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * krb5.h: (krb5_auth_con_setports): Added missing prototype.
+                 (krb5_auth_con_getkey): Added as well.
 
 Wed May 03 03:30:51 1995  Chris Provenzano (proven@mit.edu)
 
index 1ce4ca49aec6e8c9a82d1927e11496c0177ec512..6871f53e0746e9761c91c7c2cf6a8f94be76991d 100644 (file)
@@ -1821,6 +1821,11 @@ krb5_error_code krb5_auth_con_setuseruserkey
                   krb5_auth_context *,
                   krb5_keyblock *));
 
+krb5_error_code krb5_auth_con_getkey
+       PROTOTYPE((krb5_context,
+                  krb5_auth_context *,
+                  krb5_keyblock **));
+
 krb5_error_code krb5_auth_con_getlocalsubkey
        PROTOTYPE((krb5_context,
                   krb5_auth_context *,