Fix warnings surfacing in maintainer-mode.

This commit is contained in:
Stig S. Bakken 1999-12-01 22:55:20 +00:00
parent 2ddc4fe4f5
commit 93536507f6
13 changed files with 31 additions and 25 deletions

View file

@ -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 */