We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bb03f commit a9305b5Copy full SHA for a9305b5
Modules/readline.c
@@ -1015,7 +1015,7 @@ static int
1015
#if defined(_RL_FUNCTION_TYPEDEF)
1016
on_startup_hook(void)
1017
#else
1018
-on_startup_hook()
+on_startup_hook(void)
1019
#endif
1020
{
1021
int r;
@@ -1030,7 +1030,7 @@ static int
1030
1031
on_pre_input_hook(void)
1032
1033
-on_pre_input_hook()
+on_pre_input_hook(void)
1034
1035
1036
0 commit comments