提交 dfc31519 编写于 作者: R Richard Levitte

The definition of dynamic_ctrl() should change along with the

declaration :-).
上级 0fbffe7a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册