summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-02 15:32:15 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-02 15:32:15 +0000
commit66538ed1ed2314758869e780dd839bdc2fe4348b (patch)
tree1987c74da9ba0c0594f6d32dc939f26266aac929 /src/include
parent739b82b2646fc82e06edef7d604ca9da3fd48058 (diff)
downloadkrb5-66538ed1ed2314758869e780dd839bdc2fe4348b.tar.gz
krb5-66538ed1ed2314758869e780dd839bdc2fe4348b.tar.xz
krb5-66538ed1ed2314758869e780dd839bdc2fe4348b.zip
replace inadvertently-choppped-off line
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@230 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/los-proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 92b199d7e..d12e5157b 100644
--- a/src/include/krb5/los-proto.h
+++ b/src/include/krb5/los-proto.h
@@ -43,6 +43,7 @@ int krb5_net_read
int krb5_net_write
PROTOTYPE((int fd,
char *buf,
+ int len ));
/* get all the addresses of this host */
krb5_error_code krb5_os_localaddr
PROTOTYPE((krb5_address ***addr));