summaryrefslogtreecommitdiff
path: root/Zend/zend_objects_API.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2005-02-24 02:35:59 +0000
committerAndi Gutmans <andi@php.net>2005-02-24 02:35:59 +0000
commit8140f095c68576561361c66c89c2d34a186ef18e (patch)
treeb419838e9e5bac007440e8a85d9413ce598a2616 /Zend/zend_objects_API.h
parent5caddd66bae1323652b83aca30e4696aa1f1c507 (diff)
downloadphp-git-8140f095c68576561361c66c89c2d34a186ef18e.tar.gz
- Revert following patch until we decide what is the right way to handle
- this: - Fix signatures they are all meant to be able to deal with any type in any object storage (though we are still missing several parts)
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 b4c986ee1e..02701941f2 100644
--- a/Zend/zend_objects_API.h
+++ b/Zend/zend_objects_API.h
@@ -25,7 +25,7 @@
#include "zend.h"
typedef void (*zend_objects_store_dtor_t)(void *object, zend_object_handle handle TSRMLS_DC);
-typedef void (*zend_objects_free_object_storage_t)(void *object TSRMLS_DC);
+typedef void (*zend_objects_free_object_storage_t)(zend_object *object TSRMLS_DC);
typedef void (*zend_objects_store_clone_t)(void *object, void **object_clone TSRMLS_DC);