Add prototype for function to get all the addresses of this host
authorBill Sommerfeld <wesommer@mit.edu>
Mon, 29 Jan 1990 19:19:44 +0000 (19:19 +0000)
committerBill Sommerfeld <wesommer@mit.edu>
Mon, 29 Jan 1990 19:19:44 +0000 (19:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@191 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/libos.h

index 1ac929d66645b9603352409ff5d45b1d6316e7c7..2657c1b81ca1157386df962cea6264d87a4e246a 100644 (file)
@@ -22,4 +22,7 @@
 #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__ */