More prototype changes for the PC to get kadm stuff working
authorKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 17:23:05 +0000 (17:23 +0000)
committerKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 17:23:05 +0000 (17:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5890 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/adm_proto.h
src/include/krb5/los-proto.h

index ca63408f8d7024eed5ce3f13e2833650337c77c8..dd9b6a195b9002d685d1668407e0b8ad5f68ee98 100644 (file)
@@ -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.
index 4d0ea38f8ed6f8da74e6d66c30949801ff43bd8d..40beb6691f58bb09c49564994ff2105cd093909b 100644 (file)
@@ -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 *,
index 154537377cec6d7d78885f70daff473381e47475..237a591f8aca6e7ed6c402fc773543b5c05583cb 100644 (file)
@@ -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__ */