diff options
author | Keith Vetter <keithv@fusion.com> | 1995-05-26 02:29:42 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-05-26 02:29:42 +0000 |
commit | 3f850982c43eee71805f070370970c858546d4af (patch) | |
tree | e342fcf71d210f4e347b6c0227ed1f039a670596 /src | |
parent | 044df506c1e1e7ace4e39a1e268f458965f6845b (diff) | |
download | krb5-3f850982c43eee71805f070370970c858546d4af.tar.gz krb5-3f850982c43eee71805f070370970c858546d4af.tar.xz krb5-3f850982c43eee71805f070370970c858546d4af.zip |
Header file changes needed for kadm on the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5886 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/include/krb5/ChangeLog | 5 | ||||
-rw-r--r-- | src/include/krb5/adm_proto.h | 4 | ||||
-rw-r--r-- | 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 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 |