You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
194 B

  1. #ifndef PHP_PACKET_SOAP_H
  2. #define PHP_PACKET_SOAP_H
  3. int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval ***ret, int *num_params);
  4. #endif