summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/os-proto.h
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-07 23:13:03 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-07 23:13:03 +0000
commit7bfcaba07af807d42dbd9322a0f76f2c47f8209e (patch)
tree5fcbcbbc9e22ad169ac9a9637de57d07bee86725 /src/lib/krb5/os/os-proto.h
parent02c30f8256578b347556043d340d4bfe49b921e3 (diff)
downloadkrb5-7bfcaba07af807d42dbd9322a0f76f2c47f8209e.tar.gz
krb5-7bfcaba07af807d42dbd9322a0f76f2c47f8209e.tar.xz
krb5-7bfcaba07af807d42dbd9322a0f76f2c47f8209e.zip
Port of most of the OS directory to the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5079 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/os-proto.h')
-rw-r--r--src/lib/krb5/os/os-proto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/krb5/os/os-proto.h b/src/lib/krb5/os/os-proto.h
index f23bb66469..e5f982673c 100644
--- a/src/lib/krb5/os/os-proto.h
+++ b/src/lib/krb5/os/os-proto.h
@@ -28,7 +28,7 @@
#define KRB5_LIBOS_INT_PROTO__
#ifdef SOCK_DGRAM /* XXX hack... */
-krb5_error_code krb5_locate_kdc
+krb5_error_code INTERFACE krb5_locate_kdc
PROTOTYPE((krb5_context,
const krb5_data *,
struct sockaddr **,
@@ -36,20 +36,20 @@ krb5_error_code krb5_locate_kdc
#endif
#ifdef KRB5_USE_INET
-krb5_error_code krb5_unpack_full_ipaddr
+krb5_error_code INTERFACE krb5_unpack_full_ipaddr
PROTOTYPE((krb5_context,
const krb5_address *,
krb5_int32 *,
krb5_int16 *));
#ifdef NARROW_PROTOTYPES
-krb5_error_code krb5_make_full_ipaddr
+krb5_error_code INTERFACE krb5_make_full_ipaddr
PROTOTYPE((krb5_context,
krb5_int32,
krb5_int16,
krb5_address **));
#else
-krb5_error_code krb5_make_full_ipaddr
+krb5_error_code INTERFACE krb5_make_full_ipaddr
PROTOTYPE((krb5_context,
krb5_int32,
int, /* unsigned short promotes to signed