projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a047e
)
Add prototype for function to get all the addresses of this host
author
Bill Sommerfeld
<wesommer@mit.edu>
Mon, 29 Jan 1990 19:19:44 +0000
(19:19 +0000)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/libos.h
b/src/include/krb5/libos.h
index 1ac929d66645b9603352409ff5d45b1d6316e7c7..2657c1b81ca1157386df962cea6264d87a4e246a 100644
(file)
--- 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__ */