diff options
Diffstat (limited to 'ext/soap/php_schema.h')
-rw-r--r-- | ext/soap/php_schema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h index ed7a9d8e78..74994485dd 100644 --- a/ext/soap/php_schema.h +++ b/ext/soap/php_schema.h @@ -2,5 +2,6 @@ #define PHP_SCHEMA_H int load_schema(sdlPtr sdl, xmlNodePtr schema); +int schema_pass2(sdlPtr sdl); #endif |