From 3f850982c43eee71805f070370970c858546d4af Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Fri, 26 May 1995 02:29:42 +0000 Subject: [PATCH] Header file changes needed for kadm on the PC git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5886 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 5 +++++ src/include/krb5/adm_proto.h | 4 ++-- src/include/krb5/k5-config.h | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index ecd9ba27f..ca63408f8 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 60f0f18ba..4d0ea38f8 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 82a4ddf3c..364269ac7 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 -- 2.26.2