* k5-int.h: Move prototypes for krb5 only internal functions
authorEzra Peisach <epeisach@mit.edu>
Tue, 18 Jul 2000 14:25:17 +0000 (14:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 18 Jul 2000 14:25:17 +0000 (14:25 +0000)
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

src/include/ChangeLog
src/include/k5-int.h

index 2dbc218a83534fa44681fb263c4bee5b4f0cfdb3..c5c9cd6b04e1cc931fcc57a83fccf53117d796cc 100644 (file)
@@ -1,3 +1,10 @@
+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
index 3aae51a3dd87afd6547dced2b06abab1fd0082fa..71d0172957ef8f284f6ff79b30d9f61fb5fbd01d 100644 (file)
@@ -1516,14 +1516,6 @@ krb5_error_code KRB5_CALLCONV krb5_cc_retrieve_cred_default
 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