summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-11-09 08:13:35 +0000
committerDmitry Stogov <dmitry@php.net>2004-11-09 08:13:35 +0000
commit9c5661f05d394e82e709b2c3de3f7e909e3c2fe2 (patch)
treeb817973878f6a63f893da225a97e3aece6c79edb /ext/soap/php_sdl.h
parentd61a7f12072a6fdb8d5ddfb7727d0a25dd2e8375 (diff)
downloadphp-git-9c5661f05d394e82e709b2c3de3f7e909e3c2fe2.tar.gz
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
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 77bb8d2b29..e2c4542604 100644
--- a/ext/soap/php_sdl.h
+++ b/ext/soap/php_sdl.h
@@ -249,7 +249,7 @@ struct _sdlAttribute {
encodePtr encode;
};
-sdlPtr get_sdl(char *uri TSRMLS_DC);
+sdlPtr get_sdl(zval *this_ptr, char *uri TSRMLS_DC);
encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr data, const char *type);
encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type);