mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
6 lines
99 B
C
6 lines
99 B
C
#ifndef PHP_SCHEMA_H
|
|
#define PHP_SCHEMA_H
|
|
|
|
int load_schema(sdlPtr *sdl,xmlNodePtr schema);
|
|
|
|
#endif
|