From: Theodore Tso Date: Fri, 24 Dec 1993 22:38:12 +0000 (+0000) Subject: Declare input buffer to krb5_write_message to be const X-Git-Tag: krb5-1.0-beta3~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8cb2d7c621109b577c85d5f7ac763d856a104899;p=krb5.git Declare input buffer to krb5_write_message to be const git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3271 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h index 4283e89c7..db06cbf2f 100644 --- a/src/include/krb5/los-proto.h +++ b/src/include/krb5/los-proto.h @@ -55,7 +55,7 @@ int krb5_net_read int )); int krb5_net_write PROTOTYPE((int , - char *, + const char *, int )); /* get all the addresses of this host */ krb5_error_code krb5_os_localaddr