From: John Carr Date: Thu, 13 Dec 1990 08:31:52 +0000 (+0000) Subject: Arg1 to kdb5_decode_kdc_rep() is no longer const X-Git-Tag: krb5-1.0-alpha3~49 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9700c64defd524fb3d9cb18242707d06fdac81de;p=krb5.git Arg1 to kdb5_decode_kdc_rep() is no longer const git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1544 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 5df9db760..ee6173a49 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -278,7 +278,7 @@ krb5_error_code krb5_get_in_tkt_with_skey krb5_creds * )); krb5_error_code krb5_decode_kdc_rep - PROTOTYPE((const krb5_data *, + PROTOTYPE((krb5_data *, const krb5_keyblock *, const krb5_enctype, krb5_kdc_rep ** ));