php-src/ext/soap/php_schema.h

7 lines
99 B
C

#ifndef PHP_SCHEMA_H
#define PHP_SCHEMA_H
int load_schema(sdlPtr *sdl,xmlNodePtr schema);
#endif