Give everything prototypes (well, everything that's actually used).
This commit is contained in:
@@ -100,7 +100,8 @@ static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num)
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, void (*f)())
|
||||
static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p,
|
||||
void (*f)(void))
|
||||
{
|
||||
int idx;
|
||||
char *s = (char *)p;
|
||||
|
||||
Reference in New Issue
Block a user