gh-105240: add missing function prototypes (#105241)
This commit is contained in:
parent
44bb03f856
commit
a9305b5e80
@ -1015,7 +1015,7 @@ static int
|
|||||||
#if defined(_RL_FUNCTION_TYPEDEF)
|
#if defined(_RL_FUNCTION_TYPEDEF)
|
||||||
on_startup_hook(void)
|
on_startup_hook(void)
|
||||||
#else
|
#else
|
||||||
on_startup_hook()
|
on_startup_hook(void)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
int r;
|
int r;
|
||||||
@ -1030,7 +1030,7 @@ static int
|
|||||||
#if defined(_RL_FUNCTION_TYPEDEF)
|
#if defined(_RL_FUNCTION_TYPEDEF)
|
||||||
on_pre_input_hook(void)
|
on_pre_input_hook(void)
|
||||||
#else
|
#else
|
||||||
on_pre_input_hook()
|
on_pre_input_hook(void)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
int r;
|
int r;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user