summaryrefslogtreecommitdiff
path: root/ext/soap/php_packet_soap.h
blob: 3d0ec7467316e68270b60a584045ed70c305c4ea (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 ***ret, int *num_params TSRMLS_DC);

#endif