summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-05-31 00:33:33 +0000
committerKeith Vetter <keithv@fusion.com>1995-05-31 00:33:33 +0000
commit85c8155380e264abb0b3bc31facea5a60466db8a (patch)
treecbf6ace0b2cc4f651f22eeff6fbd2826d50bad56 /src/include
parentf581566cc0892118a8d35a927be4ea854c80f239 (diff)
downloadkrb5-85c8155380e264abb0b3bc31facea5a60466db8a.tar.gz
krb5-85c8155380e264abb0b3bc31facea5a60466db8a.tar.xz
krb5-85c8155380e264abb0b3bc31facea5a60466db8a.zip
Removed INTERFACE from some kadm prototypes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5919 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog4
-rw-r--r--src/include/krb5/adm_proto.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 43b57d53c..8549f8e1a 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 30 17:33:09 1995 Keith Vetter (keithv@fusion.com)
+
+ * adm_proto.h: removed INTERFACE from 2 non-exported functions.
+
Tue May 30 10:22:57 1995 Keith Vetter (keithv@fusion.com)
* adm_proto.h: conditionally removed for Windows two prototypes
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index cfebb8217..3d636f96a 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -89,14 +89,14 @@ krb5_error_code INTERFACE krb5_send_adm_cmd
krb5_auth_context *,
krb5_int32,
krb5_data *));
-krb5_error_code INTERFACE krb5_send_adm_reply
+krb5_error_code krb5_send_adm_reply
PROTOTYPE((krb5_context,
krb5_pointer,
krb5_auth_context *,
krb5_int32,
krb5_int32,
krb5_data *));
-krb5_error_code INTERFACE krb5_read_adm_cmd
+krb5_error_code krb5_read_adm_cmd
PROTOTYPE((krb5_context,
krb5_pointer,
krb5_auth_context *,