summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-07-08 09:36:28 +0000
committerDmitry Stogov <dmitry@php.net>2005-07-08 09:36:28 +0000
commit76a447c900c2fb81ac7fc6fe7fa4b433a9d7994b (patch)
tree459963c210f48400b5c335e020e00b2037f0d7f1 /ext/soap/php_http.h
parenta7e85b3c07e7f842c84674be73fa56470d728970 (diff)
downloadphp-git-76a447c900c2fb81ac7fc6fe7fa4b433a9d7994b.tar.gz
Fixed HTTP basic authentication headers during subrequsts to xsd files
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r--ext/soap/php_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h
index fc055a144a..55f8ddcf47 100644
--- a/ext/soap/php_http.h
+++ b/ext/soap/php_http.h
@@ -31,4 +31,6 @@ int make_http_soap_request(zval *this_ptr,
char **response,
int *response_len TSRMLS_DC);
+void proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
+void basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
#endif