1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/ext/soap/php_schema.h
T
Dmitry Stogov 4add085d23 fix
2004-01-16 15:06:23 +00:00

7 lines
99 B
C

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