diff options
Diffstat (limited to 'ext/soap/php_packet_soap.h')
| -rw-r--r-- | ext/soap/php_packet_soap.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
