summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-21 00:35:15 +0000
committerJani Taskinen <jani@php.net>2007-07-21 00:35:15 +0000
commit226c56fe76b3a63c13dc47e4f97b1862d070affc (patch)
tree1a7ca8daf5d9b3ca0d92b29611c421eab7fc26b9 /Zend/zend_objects_API.h
parentbffb8c406c6810c20e14e0ab75abd1ad446cae45 (diff)
downloadphp-git-226c56fe76b3a63c13dc47e4f97b1862d070affc.tar.gz
MFH: Fixed compiler warnings
Diffstat (limited to 'Zend/zend_objects_API.h')
-rw-r--r--Zend/zend_objects_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h
index 65e5f056fe..4a53fdc268 100644
--- a/Zend/zend_objects_API.h
+++ b/Zend/zend_objects_API.h
@@ -80,7 +80,7 @@ ZEND_API void zend_objects_store_free_object_storage(zend_objects_store *objects
ZEND_API zval *zend_object_create_proxy(zval *object, zval *member TSRMLS_DC);
-ZEND_API zend_object_handlers *zend_get_std_object_handlers();
+ZEND_API zend_object_handlers *zend_get_std_object_handlers(void);
END_EXTERN_C()
#endif /* ZEND_OBJECTS_H */