From: Ezra Peisach Date: Thu, 8 Mar 2001 19:54:17 +0000 (+0000) Subject: * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() and X-Git-Tag: krb5-1.3-alpha1~1635 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3dc9eb9546ec86ef4c52ecb2a0a1448273ee8ec;p=krb5.git * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() and krb5_auth_con_getpermetypes(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13063 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index fd4a386fb..d706ea29f 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +2001-03-08 Ezra Peisach + + * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() and + krb5_auth_con_getpermetypes(). + 2001-01-19 Ken Raeburn * krb5.hin (KRB5_NPROTOTYPE): Delete. diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 7607be74f..82fca7359 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -2049,6 +2049,16 @@ krb5_error_code krb5_auth_con_getrcache krb5_auth_context, krb5_rcache *); +krb5_error_code krb5_auth_con_setpermetypes + (krb5_context, + krb5_auth_context, + const krb5_enctype *); + +krb5_error_code krb5_auth_con_getpermetypes + (krb5_context, + krb5_auth_context, + krb5_enctype **); + KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_auth_con_getauthenticator (krb5_context, krb5_auth_context,