+Sun Jul 7 12:27:39 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * 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 <tytso@rsts-11.mit.edu>
* syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
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 */
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 *,