summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-07-11 14:24:39 +0000
committerDmitry Stogov <dmitry@php.net>2006-07-11 14:24:39 +0000
commitc4292259043af04c1409a97d4c35eb81cabab9c7 (patch)
treeb707828d5b7051839ae0336577754ff9378c841d /ext/soap/php_xml.h
parentc68b28f25085bea95a857bd0b80c15b6a85a4a2b (diff)
downloadphp-git-c4292259043af04c1409a97d4c35eb81cabab9c7.tar.gz
Nuke signed/unsigned compiler warnings
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 b7ebae4ece..5653cd68dc 100644
--- a/ext/soap/php_xml.h
+++ b/ext/soap/php_xml.h
@@ -42,7 +42,7 @@ xmlNodePtr get_node_ex(xmlNodePtr node,char *name, char *ns);
xmlNodePtr get_node_recursive_ex(xmlNodePtr node,char *name, char *ns);
xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns);
xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns);
-int parse_namespace(const char *inval,char **value,char **namespace);
+int parse_namespace(const xmlChar *inval,char **value,char **namespace);
#ifndef ZEND_ENGINE_2
int php_stream_xmlIO_match_wrapper(const char *filename);