krb5_libdefault_boolean, _krb5_use_dns_realm, _krb5_use_dns_kdc,
_krb5_conf_boolean to the header files in the lib/krb5/{os,krb}
directories.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12554
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-07-18 Ezra Peisach <epeisach@mit.edu>
+
+ * k5-int.h: Move prototypes for krb5 only internal functions
+ krb5_libdefault_boolean, _krb5_use_dns_realm, _krb5_use_dns_kdc,
+ _krb5_conf_boolean to the header files in the lib/krb5/{os,krb}
+ directories.
+
2000-07-14 Ken Raeburn <raeburn@mit.edu>
* krb5.hin (krb5_cc_*): Replace macro definitions with function
void krb5int_set_prompt_types
KRB5_PROTOTYPE((krb5_context, krb5_prompt_type *));
-krb5_error_code krb5_libdefault_boolean
- KRB5_PROTOTYPE((krb5_context, const krb5_data *, const char *,
- int *));
-
-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 *));
-
#if defined(macintosh) && defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
#pragma import reset
#endif