From de6184edee81007ca39616a0a05783f933ffce00 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 5 Jan 2004 16:44:01 +0000 Subject: PHP5 support, better encoding and WSDL support, interop round 2 base and groupB --- ext/soap/php_packet_soap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/soap/php_packet_soap.h') 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 -- cgit v1.2.1