fix krb5_get_in_tkt (needs ccache arg)
authorJohn Kohl <jtkohl@mit.edu>
Thu, 8 Feb 1990 11:07:16 +0000 (11:07 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 8 Feb 1990 11:07:16 +0000 (11:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@327 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/func-proto.h

index a6625165bf0a41de88ed7e6b1ff039680e7eec29..7f335738fe0d29915e9644e47f1ab3d78038750c 100644 (file)
@@ -81,7 +81,8 @@ krb5_error_code krb5_get_in_tkt
                                        krb5_pointer,
                                        krb5_kdc_rep * ),
                   krb5_pointer,
-                  krb5_creds * ));
+                  krb5_creds *,
+                  krb5_ccache ));
 krb5_error_code krb5_get_in_tkt_with_password
        PROTOTYPE((krb5_flags,
                   krb5_address **,