From: Bill Sommerfeld Date: Mon, 29 Jan 1990 19:19:44 +0000 (+0000) Subject: Add prototype for function to get all the addresses of this host X-Git-Tag: krb5-1.0-alpha2~1192 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8b80aa190e5578730e534b9ea0f89e97043fb266;p=krb5.git Add prototype for function to get all the addresses of this host git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@191 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/libos.h b/src/include/krb5/libos.h index 1ac929d66..2657c1b81 100644 --- a/src/include/krb5/libos.h +++ b/src/include/krb5/libos.h @@ -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__ */