From: Andrew Boardman Date: Tue, 15 Aug 2006 22:50:50 +0000 (+0000) Subject: Add declarations for krb5_get_fallback_host_realm (wasn't this already X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79587adbcb84750f5417bf827b76fb72aa6e4eac;p=thirdparty%2Fkrb5.git Add declarations for krb5_get_fallback_host_realm (wasn't this already checked in? wtf?) and krb5_clean_hostname. git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18445 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index f93ad3d237..30c7c09f90 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -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 * );