summaryrefslogtreecommitdiff
path: root/ext/soap/php_packet_soap.h
blob: f82f3f5364975e624b6fe8ce86f696f25a6e1309 (plain)
1
2
3
4
5
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 *return_value TSRMLS_DC);

#endif