diff options
author | John Kohl <jtkohl@mit.edu> | 1990-01-30 18:16:20 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1990-01-30 18:16:20 +0000 |
commit | 3e01bae07412dc17f32857fa411fc0c0eba05e51 (patch) | |
tree | ff5b1d2dcce20bce035730ef951ce20c3a18b239 /src/include | |
parent | f45e6005d162505c4db5a35e59ad0ff4e88e5833 (diff) | |
download | krb5-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')
-rw-r--r-- | src/include/krb5/libos.h | 3 | ||||
-rw-r--r-- | src/include/krb5/los-proto.h | 5 |
2 files changed, 4 insertions, 4 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__ */ diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h index 3715299b5..92b199d7e 100644 --- a/src/include/krb5/los-proto.h +++ b/src/include/krb5/los-proto.h @@ -43,6 +43,9 @@ int krb5_net_read int krb5_net_write PROTOTYPE((int fd, char *buf, - int len )); + /* get all the addresses of this host */ +krb5_error_code krb5_os_localaddr + PROTOTYPE((krb5_address ***addr)); + #endif /* __KRB5_LIBOS_PROTO__ */ |