summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorBill Sommerfeld <wesommer@mit.edu>1990-01-29 19:19:44 +0000
committerBill Sommerfeld <wesommer@mit.edu>1990-01-29 19:19:44 +0000
commit8b80aa190e5578730e534b9ea0f89e97043fb266 (patch)
tree8bef3abeeb7589bd7d0d3e8d6b2d2cfa5407429a /src/include
parent39a047e3c390542e9818faca1ff942839a7e6432 (diff)
downloadkrb5-8b80aa190e5578730e534b9ea0f89e97043fb266.tar.gz
krb5-8b80aa190e5578730e534b9ea0f89e97043fb266.tar.xz
krb5-8b80aa190e5578730e534b9ea0f89e97043fb266.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/libos.h3
1 files changed, 3 insertions, 0 deletions
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__ */