From: Ezra Peisach Date: Sun, 7 Jul 1996 19:13:22 +0000 (+0000) Subject: * krb5.hin: Add prototypes for krb5_get_credentials_renew() and X-Git-Tag: krb5-1.0-beta7~323 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=995641f3647e0d6218a8001b38254b8c814c344a;p=krb5.git * krb5.hin: Add prototypes for krb5_get_credentials_renew() and krb5_get_cred_from_kdc_renew() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8557 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 999522e70..cba08f35e 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 7 12:27:39 1996 Ezra Peisach + + * krb5.hin: Add prototypes for krb5_get_credentials_renew() and + krb5_get_cred_from_kdc_renew() + Wed Jun 12 01:32:33 1996 Theodore Ts'o * syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS diff --git a/src/include/krb5.hin b/src/include/krb5.hin index ebeb0e202..2f9f6f3f3 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -1350,6 +1350,13 @@ krb5_error_code krb5_get_cred_from_kdc_validate krb5_creds *, krb5_creds **, krb5_creds *** )); +krb5_error_code krb5_get_cred_from_kdc_renew + KRB5_PROTOTYPE((krb5_context, + krb5_ccache, /* not const, as reading may save + state */ + krb5_creds *, + krb5_creds **, + krb5_creds *** )); void krb5_free_tgt_creds KRB5_PROTOTYPE((krb5_context, krb5_creds ** )); /* XXX too hard to do with const */ @@ -1369,6 +1376,12 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_credentials_validate krb5_ccache, krb5_creds FAR *, krb5_creds FAR * FAR *)); +KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_credentials_renew + KRB5_PROTOTYPE((krb5_context, + krb5_const krb5_flags, + krb5_ccache, + krb5_creds FAR *, + krb5_creds FAR * FAR *)); KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_get_cred_via_tkt KRB5_PROTOTYPE((krb5_context, krb5_creds *,