summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_schema.h')
-rw-r--r--ext/soap/php_schema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h
index 74994485dd..c34b2e06f9 100644
--- a/ext/soap/php_schema.h
+++ b/ext/soap/php_schema.h
@@ -3,5 +3,6 @@
int load_schema(sdlPtr sdl, xmlNodePtr schema);
int schema_pass2(sdlPtr sdl);
+int schema_pass3(sdlPtr sdl);
#endif