1 2 3 4 5 6
#ifndef PHP_SCHEMA_H #define PHP_SCHEMA_H int load_schema(sdlPtr *sdl,xmlNodePtr schema); #endif