summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.h
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-12-01 22:55:20 +0000
committerStig S. Bakken <stig@php.net>1999-12-01 22:55:20 +0000
commit93536507f686a9dfb041b4583cd37cf4c6c4c37c (patch)
tree4cd67a600c3cdccde6258386460768ccca28f8ee /Zend/zend_builtin_functions.h
parent2ddc4fe4f54ac9ab15c3cf5cf75c0ab684666c91 (diff)
downloadphp-git-93536507f686a9dfb041b4583cd37cf4c6c4c37c.tar.gz
Fix warnings surfacing in maintainer-mode.
Diffstat (limited to 'Zend/zend_builtin_functions.h')
-rw-r--r--Zend/zend_builtin_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h
index ddc2464d15..fa3f529463 100644
--- a/Zend/zend_builtin_functions.h
+++ b/Zend/zend_builtin_functions.h
@@ -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 */