The definition of dynamic_ctrl() should change along with the

declaration :-).
This commit is contained in:
Richard Levitte 2003-06-26 07:03:49 +00:00
parent 0fbffe7a71
commit dfc3151925

View File

@ -316,7 +316,7 @@ static int dynamic_finish(ENGINE *e)
return 0;
}
static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)())
static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
{
dynamic_data_ctx *ctx = dynamic_get_data_ctx(e);
int initialised;