From: Keith Vetter Date: Thu, 2 Mar 1995 04:06:41 +0000 (+0000) Subject: Fixed up a const attribute on krb5_send_tgs in func-proto.h X-Git-Tag: krb5-1.0-beta5~613 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca053d6bea711e83b2c35dfbfe82040409c5b921;p=krb5.git Fixed up a const attribute on krb5_send_tgs in func-proto.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5057 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index c96c35b11..ad282097c 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 1 20:00:00 1995 Keith Vetter (keithv@fusion.com) + + * func-proto.h: fixed up a const attribute to krb5_send_tgs. + Wed Mar 1 17:40:00 1995 Keith Vetter (keithv@fusion.com) * func-proto.h: added missing prototype for krb5_mk_cred. diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index eb1f0863f..e8b50d1cf 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -439,7 +439,7 @@ krb5_error_code INTERFACE krb5_send_tgs const krb5_cksumtype, krb5_const_principal, krb5_address * const *, - const krb5_authdata **, + krb5_authdata * const *, krb5_pa_data * const *, const krb5_data *, krb5_creds *,