diff options
author | SVN Migration <svn@php.net> | 2003-08-03 13:58:21 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-08-03 13:58:21 +0000 |
commit | 1002acbac0e99cad57b4ed3b58f1bae0b51980f5 (patch) | |
tree | 1cae9d4f16bd5e88c6f5fb708c4b8872d49e9ca6 /ext/soap/php_http.h | |
parent | f05452fbcdceac2d1d8176d2c1b69c741af54ae9 (diff) | |
download | php-git-BEFORE_ARG_INFO.tar.gz |
This commit was manufactured by cvs2svn to create tag 'BEFORE_ARG_INFO'.BEFORE_ARG_INFO
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r-- | ext/soap/php_http.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h deleted file mode 100644 index 2aa3f75ae1..0000000000 --- a/ext/soap/php_http.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef PHP_HTTP_H -#define PHP_HTTP_H - -void send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *function_name, char *soapaction TSRMLS_DC); -void get_http_soap_response(zval *this_ptr, char **buffer, int *buffer_len TSRMLS_DC); - -char *get_http_header_value(char *headers, char *type); -int get_http_body(php_stream *socketd, char *headers, char **response, int *out_size TSRMLS_DC); -int get_http_headers(php_stream *socketd,char **response, int *out_size TSRMLS_DC); - -#endif |