]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove duplicate entry, add argument to krb5_clean_realm for string length
authorAndrew Boardman <amb@mit.edu>
Wed, 16 Aug 2006 21:43:05 +0000 (21:43 +0000)
committerAndrew Boardman <amb@mit.edu>
Wed, 16 Aug 2006 21:43:05 +0000 (21:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18459 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.hin

index 30c7c09f906f149d65fe2c9dbfc01a45be9d291b..469ea10985bbd954d8ff240df8ce1925959a21ef 100644 (file)
@@ -2259,14 +2259,11 @@ 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 ** );
+               char *,
+               size_t);
 krb5_error_code KRB5_CALLCONV krb5_free_host_realm
        (krb5_context,
                char * const * );