summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-05-26 17:23:05 +0000
committerKeith Vetter <keithv@fusion.com>1995-05-26 17:23:05 +0000
commit2680822b238b8a43b19a53202bb10ea48a875d23 (patch)
tree4a4e5bb616c4b1a63d852171101c993e7b00043a /src/include/krb5
parentce7c787a7d5cf5c12f4ab06a9713add2e58862d5 (diff)
downloadkrb5-2680822b238b8a43b19a53202bb10ea48a875d23.tar.gz
krb5-2680822b238b8a43b19a53202bb10ea48a875d23.tar.xz
krb5-2680822b238b8a43b19a53202bb10ea48a875d23.zip
More prototype changes for the PC to get kadm stuff working
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5890 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/adm_proto.h10
-rw-r--r--src/include/krb5/los-proto.h2
3 files changed, 12 insertions, 5 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index ca63408f8..dd9b6a195 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 26 10:17:12 1995 Keith Vetter (keithv@fusion.com)
+
+ * adm_proto.h: added more missing INTERFACE.
+ * los-proto.h: moved in prototype for gmt_mktime().
+
Thu May 25 19:27:45 1995 Keith Vetter (keithv@fusion.com)
* adm_proto.h: two function's prototype were missing INTERFACE.
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index 4d0ea38f8..40beb6691 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -76,31 +76,31 @@ krb5_error_code krb5_adm_ktent_to_proto
krb5_data **));
/* adm_rw.c */
-void krb5_free_adm_data
+void INTERFACE krb5_free_adm_data
PROTOTYPE((krb5_context,
krb5_int32,
krb5_data *));
-krb5_error_code krb5_send_adm_cmd
+krb5_error_code INTERFACE krb5_send_adm_cmd
PROTOTYPE((krb5_context,
krb5_pointer,
krb5_auth_context *,
krb5_int32,
krb5_data *));
-krb5_error_code krb5_send_adm_reply
+krb5_error_code INTERFACE krb5_send_adm_reply
PROTOTYPE((krb5_context,
krb5_pointer,
krb5_auth_context *,
krb5_int32,
krb5_int32,
krb5_data *));
-krb5_error_code krb5_read_adm_cmd
+krb5_error_code INTERFACE krb5_read_adm_cmd
PROTOTYPE((krb5_context,
krb5_pointer,
krb5_auth_context *,
krb5_int32 *,
krb5_data **));
-krb5_error_code krb5_read_adm_reply
+krb5_error_code INTERFACE krb5_read_adm_reply
PROTOTYPE((krb5_context,
krb5_pointer,
krb5_auth_context *,
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 154537377..237a591f8 100644
--- a/src/include/krb5/los-proto.h
+++ b/src/include/krb5/los-proto.h
@@ -131,4 +131,6 @@ krb5_error_code krb5_make_fulladdr
krb5_address *,
krb5_address *));
+time_t gmt_mktime PROTOTYPE((struct tm *));
+
#endif /* KRB5_LIBOS_PROTO__ */