Header file changes needed for kadm on the PC
authorKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 02:29:42 +0000 (02:29 +0000)
committerKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 02:29:42 +0000 (02:29 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5886 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/adm_proto.h
src/include/krb5/k5-config.h

index ecd9ba27fb866db8bcc9f21d5d1c7e8d83961cc0..ca63408f8d7024eed5ce3f13e2833650337c77c8 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 25 19:27:45 1995 Keith Vetter (keithv@fusion.com)
+
+       * adm_proto.h: two function's prototype were missing INTERFACE.
+       * k5-config.h: kadm needs the kdb.h file.
+
 Thu May 25 15:39:31 1995 Keith Vetter (keithv@fusion.com)
 
        * los-proto.h: moved in the prototype for krb5_make_fulladdr.
index 60f0f18baf275aa087899d7dbb7f6747b0838cdb..4d0ea38f8ed6f8da74e6d66c30949801ff43bd8d 100644 (file)
@@ -29,7 +29,7 @@
  */
 
 /* adm_conn.c */
-krb5_error_code krb5_adm_connect
+krb5_error_code INTERFACE krb5_adm_connect
        PROTOTYPE((krb5_context,
                   char *,
                   char *,
@@ -37,7 +37,7 @@ krb5_error_code krb5_adm_connect
                   int *,
                   krb5_auth_context **,
                   krb5_ccache *));
-void krb5_adm_disconnect
+void INTERFACE krb5_adm_disconnect
        PROTOTYPE((krb5_context,
                   int *,
                   krb5_auth_context *,
index 82a4ddf3c8bb41afa6129b346fbd87953b47cf58..364269ac7dd75f965446b7755835f4b87a6b34d8 100644 (file)
@@ -41,7 +41,6 @@
 #define INI_KRB5_CONF   "krb5.ini"             /* Location of krb5.conf file */
 
 #define KRB5_DBM_COMPAT__                       /* Don't load dbm.h */
-#define KRB5_KDB5__                             /* Don't load kdb.h */
 #define KRB5_KDB5_DBM__                         /* Don't load kdb_dbm.h */
 
 #define BITS16