diff options
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r-- | ext/soap/php_http.h | 2 |
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 |