From 9839a1095d8c65a78d646c5e98307e37d58c0a34 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 6 Aug 2007 15:11:03 +0000 Subject: [PATCH] KRB5_CALLCONV must be specified inside parens When declaring a function pointer, the function type modifiers must be inside the parentheses. return-type (modifers * function-name) (parameters) ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19754 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/k5-int.h b/src/include/k5-int.h index d5a8d4789..395844766 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1969,7 +1969,7 @@ typedef struct _krb5int_access { (const krb5_data *output, krb5_kdc_req **rep); krb5_error_code (*encode_krb5_kdc_req_body) (const krb5_kdc_req *rep, krb5_data **code); - void KRB5_CALLCONV (*krb5_free_kdc_req) + void (KRB5_CALLCONV *krb5_free_kdc_req) (krb5_context, krb5_kdc_req * ); void (*krb5int_set_prompt_types) (krb5_context, krb5_prompt_type *); -- 2.26.2