From 1b85e749c7e892db727806a92f4e215a8538ba9e Mon Sep 17 00:00:00 2001 From: twosee Date: Sat, 6 Jun 2020 20:13:38 +0800 Subject: Fix warning of strict-prototypes Closes GH-5673. --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index d068952343..f116bc475f 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -118,7 +118,7 @@ static DWORD orig_cp = 0; #define PHP_MODE_SHOW_INI_CONFIG 13 cli_shell_callbacks_t cli_shell_callbacks = { NULL, NULL, NULL }; -PHP_CLI_API cli_shell_callbacks_t *php_cli_get_shell_callbacks() +PHP_CLI_API cli_shell_callbacks_t *php_cli_get_shell_callbacks(void) { return &cli_shell_callbacks; } -- cgit v1.2.1