From: John Kohl Date: Fri, 2 Feb 1990 15:32:15 +0000 (+0000) Subject: replace inadvertently-choppped-off line X-Git-Tag: krb5-1.0-alpha2~1153 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66538ed1ed2314758869e780dd839bdc2fe4348b;p=krb5.git replace inadvertently-choppped-off line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@230 dc483132-0cff-0310-8789-dd5450dbe970 --- 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));