summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/adm_proto.h4
-rw-r--r--src/include/krb5/k5-config.h1
3 files changed, 7 insertions, 3 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index ecd9ba27fb..ca63408f8d 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -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.
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index 60f0f18baf..4d0ea38f8e 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -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 *,
diff --git a/src/include/krb5/k5-config.h b/src/include/krb5/k5-config.h
index 82a4ddf3c8..364269ac7d 100644
--- a/src/include/krb5/k5-config.h
+++ b/src/include/krb5/k5-config.h
@@ -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