summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-04-21 14:45:10 +0000
committerThies C. Arntzen <thies@php.net>2000-04-21 14:45:10 +0000
commit80486c95be8c84fbe03f918ed3ca48eff708ead0 (patch)
treef021259681ef9dfdb425311844b7c58f903d7ce1 /Zend/zend_variables.h
parent36faff14b16aba798035f33fe0041b4ae7674784 (diff)
downloadphp-git-80486c95be8c84fbe03f918ed3ca48eff708ead0.tar.gz
export zval_add-ref and zvale_del_ref
Diffstat (limited to 'Zend/zend_variables.h')
-rw-r--r--Zend/zend_variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h
index e374003003..7d080fa223 100644
--- a/Zend/zend_variables.h
+++ b/Zend/zend_variables.h
@@ -48,8 +48,8 @@ ZEND_API void _zval_ptr_dtor_wrapper(zval **zval_ptr);
END_EXTERN_C()
-void zval_add_ref(zval **p);
-void zval_del_ref(zval **p);
+ZEND_API void zval_add_ref(zval **p);
+ZEND_API void zval_del_ref(zval **p);
#define ZVAL_DESTRUCTOR (void (*)(void *)) zval_dtor_wrapper
#define ZVAL_PTR_DTOR (void (*)(void *)) zval_ptr_dtor_wrapper