From: John Kohl Date: Tue, 30 Jan 1990 18:16:20 +0000 (+0000) Subject: move prototype to libos-proto.h X-Git-Tag: krb5-1.0-alpha2~1166 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e01bae07412dc17f32857fa411fc0c0eba05e51;p=krb5.git move prototype to libos-proto.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@217 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/libos.h b/src/include/krb5/libos.h index 2657c1b81..1ac929d66 100644 --- a/src/include/krb5/libos.h +++ b/src/include/krb5/libos.h @@ -22,7 +22,4 @@ #define KRB5_LOCKMODE_DONTBLOCK 0x0004 #define KRB5_LOCKMODE_UNLOCK 0x0008 -/* get all the addresses of this host */ -extern int krb5_os_localaddr PROTOTYPE((krb5_address ***addr)); - #endif /* __KRB5_LIBOS__ */ diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h index 3715299b5..92b199d7e 100644 --- a/src/include/krb5/los-proto.h +++ b/src/include/krb5/los-proto.h @@ -43,6 +43,9 @@ 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)); + #endif /* __KRB5_LIBOS_PROTO__ */