+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.
*/
/* adm_conn.c */
-krb5_error_code krb5_adm_connect
+krb5_error_code INTERFACE krb5_adm_connect
PROTOTYPE((krb5_context,
char *,
char *,
int *,
krb5_auth_context **,
krb5_ccache *));
-void krb5_adm_disconnect
+void INTERFACE krb5_adm_disconnect
PROTOTYPE((krb5_context,
int *,
krb5_auth_context *,
#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