summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-07 17:17:39 +0000
committerfoobar <sniper@php.net>2001-08-07 17:17:39 +0000
commit053cac2c3a1b4474ede933d8f7e99f2977dff241 (patch)
tree8e76b75a4a42f95247f9aa1128550232f70d4951 /ext/domxml/php_domxml.c
parent32440e305143cd2af0872b0693bebc77ac6ad80e (diff)
downloadphp-git-053cac2c3a1b4474ede933d8f7e99f2977dff241.tar.gz
Missed these
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r--ext/domxml/php_domxml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index 4ca92877b9..41cbfb6df6 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -71,8 +71,8 @@ zend_class_entry *xpathobject_class_entry;
#endif
-static int node_attributes(zval **attributes, xmlNode *nodep);
-static int node_children(zval **children, xmlNode *nodep);
+static int node_attributes(zval **attributes, xmlNode *nodep TSRMLS_DC);
+static int node_children(zval **children, xmlNode *nodep TSRMLS_DC);
static zend_function_entry domxml_functions[] = {
PHP_FE(domxml_version, NULL)