From f8875adaab9fe973ab798ead093e21972ed43a13 Mon Sep 17 00:00:00 2001 From: Shane Caraveo Date: Sun, 7 Jul 2002 23:03:43 +0000 Subject: import php-soap library from sourceforge --- ext/soap/php_packet_soap.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext/soap/php_packet_soap.h (limited to 'ext/soap/php_packet_soap.h') diff --git a/ext/soap/php_packet_soap.h b/ext/soap/php_packet_soap.h new file mode 100644 index 0000000000..0d094269da --- /dev/null +++ b/ext/soap/php_packet_soap.h @@ -0,0 +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); + +#endif \ No newline at end of file -- cgit v1.2.1