summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-13 13:50:09 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-13 13:50:09 +0000
commit98ff80dba9cefea315abed635828bb73823263c6 (patch)
tree5d4169fca4fa4df1f8ebf83d055eb507e32ce80e /ext/soap/php_http.h
parent4573a562a3df747cfe06d2a3eea98d5f5f155e92 (diff)
downloadphp-git-98ff80dba9cefea315abed635828bb73823263c6.tar.gz
WSDL: support for multiple services/ports/bindings was implemented
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r--ext/soap/php_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h
index c8961c8bb4..40fe09171c 100644
--- a/ext/soap/php_http.h
+++ b/ext/soap/php_http.h
@@ -1,7 +1,7 @@
#ifndef PHP_HTTP_H
#define PHP_HTTP_H
-int send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *soapaction TSRMLS_DC);
+int send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *location, char *soapaction TSRMLS_DC);
int get_http_soap_response(zval *this_ptr, char **buffer, int *buffer_len TSRMLS_DC);
#endif