X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fui%2Fui.h;h=018296412b187107b7f971f18116b325d5b6eef9;hp=59da88ea02e512c5dfe6983860351bb2ff0cf54e;hb=41a15c4f0f2535591ba9f258cf76119f86477c43;hpb=fea4280a8b1a37bfe1ae6ffaede58722ad71afa1 diff --git a/crypto/ui/ui.h b/crypto/ui/ui.h index 59da88ea02..018296412b 100644 --- a/crypto/ui/ui.h +++ b/crypto/ui/ui.h @@ -211,7 +211,7 @@ int UI_process(UI *ui); /* Give a user interface parametrised control commands. This can be used to send down an integer, a data pointer or a function pointer, as well as be used to get information from a UI. */ -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)); /* The commands */ /* Use UI_CONTROL_PRINT_ERRORS with the value 1 to have UI_process print the