summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-07-18 14:25:17 +0000
committerEzra Peisach <epeisach@mit.edu>2000-07-18 14:25:17 +0000
commit9cdd0d5c7fd99dd6ea4cea4817c31954eb3024b0 (patch)
tree16a4d5925ee594d27fb7d00a2f6aa82af3ea096f /src/include
parent03d9b8adb836b92136791c6f0a4ffb820f8796a8 (diff)
downloadkrb5-9cdd0d5c7fd99dd6ea4cea4817c31954eb3024b0.tar.gz
krb5-9cdd0d5c7fd99dd6ea4cea4817c31954eb3024b0.tar.xz
krb5-9cdd0d5c7fd99dd6ea4cea4817c31954eb3024b0.zip
* 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12554 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog7
-rw-r--r--src/include/k5-int.h8
2 files changed, 7 insertions, 8 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 2dbc218a83..c5c9cd6b04 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 3aae51a3dd..71d0172957 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -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