Fix warning of strict-prototypes

Closes GH-5673.
This commit is contained in:
twosee 2020-06-06 20:13:38 +08:00 committed by Nikita Popov
parent 68fdad82c9
commit 1b85e749c7
19 changed files with 26 additions and 26 deletions

View file

@ -34,6 +34,6 @@ typedef struct {
int (*cli_shell_run)(void);
} cli_shell_callbacks_t;
extern PHP_CLI_API cli_shell_callbacks_t *php_cli_get_shell_callbacks();
extern PHP_CLI_API cli_shell_callbacks_t *php_cli_get_shell_callbacks(void);
#endif /* CLI_H */