From 63f31b8fddc52bc6e8f6fe07cc4062b9e823c326 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 31 Jul 2003 19:06:31 +0000 Subject: [PATCH] krb5_get_host_realm and krb5_free_host_realm should not be labeled as KRB5_PRIVATE. They are required for many applications including OpenAFS and UMich's Kx509. 1.2.8 had them public but the change was never reflected on the trunk. Ticket: 1702 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15747 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5.hin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/krb5.hin b/src/include/krb5.hin index e48015afc..c889bac60 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -2281,7 +2281,6 @@ krb5_error_code KRB5_CALLCONV krb5_aname_to_localname krb5_const_principal, int, char * ); -#if KRB5_PRIVATE krb5_error_code KRB5_CALLCONV krb5_get_host_realm (krb5_context, const char *, @@ -2289,6 +2288,7 @@ krb5_error_code KRB5_CALLCONV krb5_get_host_realm krb5_error_code KRB5_CALLCONV krb5_free_host_realm (krb5_context, char * const * ); +#if KRB5_PRIVATE krb5_error_code KRB5_CALLCONV krb5_get_realm_domain (krb5_context, const char *, -- 2.26.2