Give everything prototypes (well, everything that's actually used).
[openssl.git] / crypto / engine / eng_ctrl.c
index 18527484ce4668cb4ecbda6e1d19e81dd80fed01..4455ef6b9539586a8e02746bce1c82538e648e25 100644 (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;