summaryrefslogtreecommitdiff
path: root/Zend/zend_list.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-04-11 12:34:06 +0800
committerXinchen Hui <laruence@gmail.com>2014-04-11 12:34:06 +0800
commit12470b4092cc2626d8e90653269fae042bfeed6a (patch)
treeb809650e44d3f93cb82ee1ddca90021a99662981 /Zend/zend_list.h
parent27f7f342ee782e6e2f212eed861b2623e4675cb5 (diff)
parent91ed685e26e0f2e6501ac3c7b49199080bfc47f0 (diff)
downloadphp-git-12470b4092cc2626d8e90653269fae042bfeed6a.tar.gz
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Diffstat (limited to 'Zend/zend_list.h')
-rw-r--r--Zend/zend_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_list.h b/Zend/zend_list.h
index c58905aa1f..a9f96addb6 100644
--- a/Zend/zend_list.h
+++ b/Zend/zend_list.h
@@ -60,6 +60,7 @@ void plist_entry_destructor(zval *ptr);
void zend_clean_module_rsrc_dtors(int module_number TSRMLS_DC);
int zend_init_rsrc_list(TSRMLS_D);
int zend_init_rsrc_plist(TSRMLS_D);
+void zend_close_rsrc_list(HashTable *ht TSRMLS_DC);
void zend_destroy_rsrc_list(HashTable *ht TSRMLS_DC);
int zend_init_rsrc_list_dtors(void);
void zend_destroy_rsrc_list_dtors(void);