summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-12-24 22:38:12 +0000
committerTheodore Tso <tytso@mit.edu>1993-12-24 22:38:12 +0000
commit8cb2d7c621109b577c85d5f7ac763d856a104899 (patch)
tree43850e4c3435111d968c55beaab0679cd54539ff
parentb83896146ae33bb910d601fab312043fe23616e8 (diff)
downloadkrb5-8cb2d7c621109b577c85d5f7ac763d856a104899.tar.gz
krb5-8cb2d7c621109b577c85d5f7ac763d856a104899.tar.xz
krb5-8cb2d7c621109b577c85d5f7ac763d856a104899.zip
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
-rw-r--r--src/include/krb5/los-proto.h2
1 files changed, 1 insertions, 1 deletions
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