From 053cac2c3a1b4474ede933d8f7e99f2977dff241 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 7 Aug 2001 17:17:39 +0000 Subject: [PATCH] Missed these --- ext/domxml/php_domxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 4ca92877b98..41cbfb6df60 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)