move prototype to libos-proto.h
authorJohn Kohl <jtkohl@mit.edu>
Tue, 30 Jan 1990 18:16:20 +0000 (18:16 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 30 Jan 1990 18:16:20 +0000 (18:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@217 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/libos.h
src/include/krb5/los-proto.h

index 2657c1b81ca1157386df962cea6264d87a4e246a..1ac929d66645b9603352409ff5d45b1d6316e7c7 100644 (file)
@@ -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__ */
index 3715299b5dd2cc44a98d04554310b9816571fef1..92b199d7eecd4cd1bed67ffb26446cfaac2f08e6 100644 (file)
@@ -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__ */