Fixed up a const attribute on krb5_send_tgs in func-proto.h
authorKeith Vetter <keithv@fusion.com>
Thu, 2 Mar 1995 04:06:41 +0000 (04:06 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 2 Mar 1995 04:06:41 +0000 (04:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5057 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/func-proto.h

index c96c35b1136674b5124dd3d9604783f36b439775..ad282097c58c69a9a321d4b8cff73fe61d858d05 100644 (file)
@@ -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.
index eb1f0863f2b6d48322df899a079cedf5fea2d866..e8b50d1cf8fd302e7f21d3eb5009c9429eaeecfe 100644 (file)
@@ -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 *,