Declare input buffer to krb5_write_message to be const
authorTheodore Tso <tytso@mit.edu>
Fri, 24 Dec 1993 22:38:12 +0000 (22:38 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 24 Dec 1993 22:38:12 +0000 (22:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3271 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/los-proto.h

index 4283e89c7307e53cb86fc94d791c2c5178ed7d96..db06cbf2f38fd8a5255b08cbe0828bc495ac0aa2 100644 (file)
@@ -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