summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-08-06 15:11:03 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-08-06 15:11:03 +0000
commit9839a1095d8c65a78d646c5e98307e37d58c0a34 (patch)
treec58e0404e1903402bc5e41e82a17aecf06d0957b /src/include
parentde2e5cf4a0fd085f16ca643f75e04a18a2b58d92 (diff)
downloadkrb5-9839a1095d8c65a78d646c5e98307e37d58c0a34.tar.gz
krb5-9839a1095d8c65a78d646c5e98307e37d58c0a34.tar.xz
krb5-9839a1095d8c65a78d646c5e98307e37d58c0a34.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
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 *);