summaryrefslogtreecommitdiff
path: root/ext/soap/php_packet_soap.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-02-03 16:44:57 +0000
committerDmitry Stogov <dmitry@php.net>2004-02-03 16:44:57 +0000
commit75e4f43d0cc03d71e227a478b17a2b8d71953dbf (patch)
tree187b03edd765282b1e5cea6072e920a40e3a24bd /ext/soap/php_packet_soap.h
parentf3a114a97f8fa0c39bf2c915619ccb634c87a604 (diff)
downloadphp-git-75e4f43d0cc03d71e227a478b17a2b8d71953dbf.tar.gz
Initial support for client-part SOAP headers (very incomlete)
Diffstat (limited to 'ext/soap/php_packet_soap.h')
-rw-r--r--ext/soap/php_packet_soap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_packet_soap.h b/ext/soap/php_packet_soap.h
index 12a9af5637..5eef76cd30 100644
--- a/ext/soap/php_packet_soap.h
+++ b/ext/soap/php_packet_soap.h
@@ -22,6 +22,6 @@
#ifndef PHP_PACKET_SOAP_H
#define PHP_PACKET_SOAP_H
-int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value TSRMLS_DC);
+int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC);
#endif