summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-08-02 11:15:42 +0000
committerDmitry Stogov <dmitry@php.net>2005-08-02 11:15:42 +0000
commitc9571d77863433525b7a0e046fbeb3a89b790bca (patch)
tree63c43e4bea8ad2929c8fa0b20a8532624a29659b /ext/soap/php_xml.h
parent71df2059078214e3ac599f73a4d2ff71a8b67f8e (diff)
downloadphp-git-c9571d77863433525b7a0e046fbeb3a89b790bca.tar.gz
Fixed ZTS build
Diffstat (limited to 'ext/soap/php_xml.h')
-rw-r--r--ext/soap/php_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_xml.h b/ext/soap/php_xml.h
index dfb31ffad2..8150e2a56a 100644
--- a/ext/soap/php_xml.h
+++ b/ext/soap/php_xml.h
@@ -30,7 +30,7 @@
#define node_is_equal(node, name) node_is_equal_ex(node, name, NULL)
#define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL)
-xmlDocPtr soap_xmlParseFile(const char *filename);
+xmlDocPtr soap_xmlParseFile(const char *filename TSRMLS_DC);
xmlDocPtr soap_xmlParseMemory(const void *buf, size_t size);
xmlNsPtr attr_find_ns(xmlAttrPtr node);