Calling convention change

This commit is contained in:
Asanka Herath
2009-08-26 14:40:18 -04:00
committed by Love Hornquist Astrand
parent 78a237e3cc
commit 191361fdf5

View File

@@ -45,7 +45,7 @@ krb5_std_usage(int code, struct getargs *args, int num_args)
KRB5_LIB_FUNCTION int KRB5_LIB_CALL
krb5_program_setup(krb5_context *context, int argc, char **argv,
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;
int optidx = 0;