Give everything prototypes (well, everything that's actually used).
[openssl.git] / crypto / ui / ui_lib.c
index dbc9711a2def68fb1db965f842c311e74f183fbc..2d0d98926d4e6564ca3b121a4c19e40ba20dc730 100644 (file)
@@ -545,7 +545,7 @@ int UI_process(UI *ui)
        return ok;
        }
 
        return ok;
        }
 
-int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)())
+int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)(void))
        {
        if (ui == NULL)
                {
        {
        if (ui == NULL)
                {