From ca053d6bea711e83b2c35dfbfe82040409c5b921 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Thu, 2 Mar 1995 04:06:41 +0000 Subject: [PATCH] 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 --- src/include/krb5/ChangeLog | 4 ++++ src/include/krb5/func-proto.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 *, -- 2.26.2