]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add declarations for krb5_get_fallback_host_realm (wasn't this already
authorAndrew Boardman <amb@mit.edu>
Tue, 15 Aug 2006 22:50:50 +0000 (22:50 +0000)
committerAndrew Boardman <amb@mit.edu>
Tue, 15 Aug 2006 22:50:50 +0000 (22:50 +0000)
checked in?  wtf?) and krb5_clean_hostname.

git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18445 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.hin

index f93ad3d2370ec46cd7571dfb4827e4e234fe985d..30c7c09f906f149d65fe2c9dbfc01a45be9d291b 100644 (file)
@@ -2259,6 +2259,14 @@ krb5_error_code KRB5_CALLCONV krb5_get_fallback_host_realm
        (krb5_context,
                const char *,
                char *** );
+krb5_error_code KRB5_CALLCONV krb5_get_fallback_host_realm
+       (krb5_context,
+               const char *,
+               char *** );
+krb5_error_code KRB5_CALLCONV krb5_clean_hostname
+       (krb5_context,
+               const char *,
+               char ** );
 krb5_error_code KRB5_CALLCONV krb5_free_host_realm
        (krb5_context,
                char * const * );