mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix warning of strict-prototypes
Closes GH-5673.
This commit is contained in:
parent
68fdad82c9
commit
1b85e749c7
19 changed files with 26 additions and 26 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue