mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix warnings surfacing in maintainer-mode.
This commit is contained in:
parent
2ddc4fe4f5
commit
93536507f6
13 changed files with 31 additions and 25 deletions
|
@ -21,6 +21,6 @@
|
|||
#ifndef _ZEND_BUILTIN_FUNCTIONS_H
|
||||
#define _ZEND_BUILTIN_FUNCTIONS_H
|
||||
|
||||
int zend_startup_builtin_functions();
|
||||
int zend_startup_builtin_functions(void);
|
||||
|
||||
#endif /* _ZEND_BUILTIN_FUNCTIONS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue