From ffeb57afb5ce6262f76592ef0da216239858c247 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 13 Jan 2003 16:39:16 +0000 Subject: Modifying TS build. Migrating to _ex API for hash traversal. --- ext/soap/php_packet_soap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 0d094269da..3d0ec74673 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); +int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval ***ret, int *num_params TSRMLS_DC); #endif \ No newline at end of file -- cgit v1.2.1