summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/libos.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-30 18:16:20 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-30 18:16:20 +0000
commit3e01bae07412dc17f32857fa411fc0c0eba05e51 (patch)
treeff5b1d2dcce20bce035730ef951ce20c3a18b239 /src/include/krb5/libos.h
parentf45e6005d162505c4db5a35e59ad0ff4e88e5833 (diff)
downloadkrb5-3e01bae07412dc17f32857fa411fc0c0eba05e51.tar.gz
krb5-3e01bae07412dc17f32857fa411fc0c0eba05e51.tar.xz
krb5-3e01bae07412dc17f32857fa411fc0c0eba05e51.zip
move prototype to libos-proto.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@217 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/libos.h')
-rw-r--r--src/include/krb5/libos.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/krb5/libos.h b/src/include/krb5/libos.h
index 2657c1b81..1ac929d66 100644
--- a/src/include/krb5/libos.h
+++ b/src/include/krb5/libos.h
@@ -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__ */