summaryrefslogtreecommitdiff
path: root/ext/soap/php_packet_soap.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-05 16:44:01 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-05 16:44:01 +0000
commitde6184edee81007ca39616a0a05783f933ffce00 (patch)
treec8e210984891c36c356057a195b0ee6a4e4c6c1f /ext/soap/php_packet_soap.h
parent2e2d5d78f0f83715e79df152bba0f4d543d69312 (diff)
downloadphp-git-de6184edee81007ca39616a0a05783f933ffce00.tar.gz
PHP5 support, better encoding and WSDL support, interop round 2 base and groupB
Diffstat (limited to 'ext/soap/php_packet_soap.h')
-rw-r--r--ext/soap/php_packet_soap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/php_packet_soap.h b/ext/soap/php_packet_soap.h
index 3d0ec74673..f82f3f5364 100644
--- a/ext/soap/php_packet_soap.h
+++ b/ext/soap/php_packet_soap.h
@@ -1,6 +1,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 ***ret, int *num_params TSRMLS_DC);
+int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value TSRMLS_DC);
-#endif \ No newline at end of file
+#endif