summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-07-11 14:24:18 +0000
committerDmitry Stogov <dmitry@php.net>2006-07-11 14:24:18 +0000
commitee1dc90d1e1e46c81b19649d0dddcff628a454ca (patch)
tree120ed92ca0dd656f51dfa6b8c22fa3f32db4e53d /ext/soap/php_xml.h
parentb491930ef63ba3bd369054dd7e9716e16e7dad1a (diff)
downloadphp-git-ee1dc90d1e1e46c81b19649d0dddcff628a454ca.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);