summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index 164525d7b6..4620afad06 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -77,6 +77,6 @@ typedef struct {
# define PHP_SXE_API ZEND_API
#endif
-PHP_SXE_API zend_class_entry *sxe_get_element_class_entry();
+PHP_SXE_API zend_class_entry *sxe_get_element_class_entry(void);
#endif