Calling convention change
This commit is contained in:

committed by
Love Hornquist Astrand

parent
78a237e3cc
commit
191361fdf5
@@ -45,7 +45,7 @@ krb5_std_usage(int code, struct getargs *args, int num_args)
|
|||||||
KRB5_LIB_FUNCTION int KRB5_LIB_CALL
|
KRB5_LIB_FUNCTION int KRB5_LIB_CALL
|
||||||
krb5_program_setup(krb5_context *context, int argc, char **argv,
|
krb5_program_setup(krb5_context *context, int argc, char **argv,
|
||||||
struct getargs *args, int num_args,
|
struct getargs *args, int num_args,
|
||||||
void (*usage)(int, struct getargs*, int))
|
void (KRB5_LIB_CALL *usage)(int, struct getargs*, int))
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
int optidx = 0;
|
int optidx = 0;
|
||||||
|
Reference in New Issue
Block a user