summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h4
-rw-r--r--src/include/krb5/krb5.hin4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 883de3e18..611bddff8 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -538,6 +538,10 @@ krb5int_locate_server (krb5_context, const krb5_data *realm,
struct addrlist *, enum locate_service_type svc,
int sockettype, int family);
+krb5_error_code
+krb5int_get_fallback_host_realm (krb5_context, krb5_data *hdata,
+ char **realmp);
+
/* new encryption provider api */
struct krb5_enc_provider {
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index accde60fc..4848178d0 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -2099,10 +2099,6 @@ krb5_error_code KRB5_CALLCONV krb5_get_host_realm
(krb5_context,
const char *,
char *** );
-krb5_error_code KRB5_CALLCONV krb5_get_fallback_host_realm
- (krb5_context,
- krb5_data *,
- char *** );
krb5_error_code KRB5_CALLCONV krb5_free_host_realm
(krb5_context,
char * const * );