summaryrefslogtreecommitdiff
path: root/sapi/cli/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/cli.h')
-rw-r--r--sapi/cli/cli.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sapi/cli/cli.h b/sapi/cli/cli.h
index b4c2851791..a713b5eccf 100644
--- a/sapi/cli/cli.h
+++ b/sapi/cli/cli.h
@@ -1,7 +1,5 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 7 |
- +----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
@@ -36,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 */