summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.h
blob: e094b5f3ea11d2a274a3febf41c48c0bed7eb7f8 (plain)
1
2
3
4
5
6
#ifndef PHP_SCHEMA_H
#define PHP_SCHEMA_H

int load_schema(sdlPtr *sdl,xmlNodePtr schema);

#endif