summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2009-01-23 19:59:50 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2009-01-23 19:59:50 +0000
commitf26dadeaae22b6843375ce1dd4e21b6ad2d3e099 (patch)
tree6a3dbabfefeda4800f0e9f36718c133bb830ba36 /src/include/k5-int.h
parent33abb530c443a842dda8370edf4a6fa0c725fc25 (diff)
downloadkrb5-f26dadeaae22b6843375ce1dd4e21b6ad2d3e099.tar.gz
krb5-f26dadeaae22b6843375ce1dd4e21b6ad2d3e099.tar.xz
krb5-f26dadeaae22b6843375ce1dd4e21b6ad2d3e099.zip
Eliminate the need for the domain_realm mapping table on the client side by implementing minimal referral support in the KDC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21792 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index f3da373bc..063c30310 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -527,6 +527,9 @@ krb5_error_code os_get_default_config_files
krb5_error_code krb5_os_hostaddr
(krb5_context, const char *, krb5_address ***);
+krb5_error_code krb5int_get_domain_realm_mapping
+ (krb5_context , const char *, char ***);
+
/* N.B.: You need to include fake-addrinfo.h *before* k5-int.h if you're
going to use this structure. */
struct addrlist {