From 7a0c7a3dcd2f3d478c08d16cc986016488f71542 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 8 Feb 1990 10:46:57 +0000 Subject: [PATCH] fix ordering of args in prototypes for decrypt procs git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@326 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 74620c343..a6625165b 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -77,9 +77,9 @@ krb5_error_code krb5_get_in_tkt krb5_keyblock **, krb5_pointer ), krb5_pointer, - krb5_error_code (* )(krb5_kdc_rep *, - krb5_keyblock *, - krb5_pointer ), + krb5_error_code (* )(krb5_keyblock *, + krb5_pointer, + krb5_kdc_rep * ), krb5_pointer, krb5_creds * )); krb5_error_code krb5_get_in_tkt_with_password -- 2.26.2