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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h
deleted file mode 100644
index c34b2e06f9..0000000000
--- a/ext/soap/php_schema.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef PHP_SCHEMA_H
-#define PHP_SCHEMA_H
-
-int load_schema(sdlPtr sdl, xmlNodePtr schema);
-int schema_pass2(sdlPtr sdl);
-int schema_pass3(sdlPtr sdl);
-
-#endif