Give everything prototypes (well, everything that's actually used).

This commit is contained in:
Ben Laurie
2005-03-31 09:26:39 +00:00
parent fea4280a8b
commit 41a15c4f0f
65 changed files with 463 additions and 358 deletions

View File

@@ -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;