+2000-07-18 Ezra Peisach <epeisach@mit.edu>
+
+ * locate_kdc.c, hst_realm.c, def_realm.c, changepw.c: Include
+ os-proto.h for internal prototypes.
+
+ * os-proto.h: Prototypes for _krb5_use_dns_realm(),
+ _krb5_use_dns_kdc(), _krb5_conf_boolean().
+
+ * t_std_conf.c: Include k5-int.h for internal function prototypes.
+
2000-06-30 Ezra Peisach <epeisach@mit.edu>
* t_an_to_ln.c: Include <stdio.h> for prototypes.
#endif /* HAVE_NETINET_IN_H */
+int _krb5_use_dns_realm KRB5_PROTOTYPE((krb5_context));
+int _krb5_use_dns_kdc KRB5_PROTOTYPE((krb5_context));
+int _krb5_conf_boolean KRB5_PROTOTYPE((const char *));
+
+
#endif /* KRB5_LIBOS_INT_PROTO__ */