]> granicus.if.org Git - php/commitdiff
Missed these
authorfoobar <sniper@php.net>
Tue, 7 Aug 2001 17:17:39 +0000 (17:17 +0000)
committerfoobar <sniper@php.net>
Tue, 7 Aug 2001 17:17:39 +0000 (17:17 +0000)
ext/domxml/php_domxml.c

index 4ca92877b98f2b164d6dd850e75d911b0d2a5b56..41cbfb6df6069af709d2761e421f26702a7bc453 100644 (file)
@@ -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)