summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.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_sdl.h
parentc68b28f25085bea95a857bd0b80c15b6a85a4a2b (diff)
downloadphp-git-c4292259043af04c1409a97d4c35eb81cabab9c7.tar.gz
Nuke signed/unsigned compiler warnings
Diffstat (limited to 'ext/soap/php_sdl.h')
-rw-r--r--ext/soap/php_sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h
index 7ac46e86f3..57b1126d6c 100644
--- a/ext/soap/php_sdl.h
+++ b/ext/soap/php_sdl.h
@@ -254,7 +254,7 @@ struct _sdlAttribute {
sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC);
-encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const char *type);
+encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const xmlChar *type);
encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);
encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, int len);