lib/krb5: fix krb5_get_instance_func_t prototype
KRB5_LIB_CALL not KRB5_CALLCONV Change-Id: I31b8750d63849c2f5cce49642a63fd66e7fa1a32
This commit is contained in:

committed by
Jeffrey Altman

parent
22cf04fdaf
commit
cc2070dbc8
@@ -884,7 +884,7 @@ enum krb5_plugin_type {
|
|||||||
#define KRB5_PLUGIN_INVOKE_ALL 1
|
#define KRB5_PLUGIN_INVOKE_ALL 1
|
||||||
|
|
||||||
typedef uintptr_t
|
typedef uintptr_t
|
||||||
(KRB5_CALLCONV *krb5_get_instance_func_t)(const char *);
|
(KRB5_LIB_CALL *krb5_get_instance_func_t)(const char *);
|
||||||
|
|
||||||
struct credentials; /* this is to keep the compiler happy */
|
struct credentials; /* this is to keep the compiler happy */
|
||||||
struct getargs;
|
struct getargs;
|
||||||
|
Reference in New Issue
Block a user