diff options
Diffstat (limited to 'sapi/cli/cli.h')
-rw-r--r-- | sapi/cli/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/cli.h b/sapi/cli/cli.h index 694de0d9e9..a713b5eccf 100644 --- a/sapi/cli/cli.h +++ b/sapi/cli/cli.h @@ -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 */ |