summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-02-10 13:41:21 +0000
committerDmitry Stogov <dmitry@php.net>2004-02-10 13:41:21 +0000
commit20add786aef213ab70828432e0b5f89fa636ba50 (patch)
tree279c6ffb79c81cee7b61e28ae32a5b60d6eaf320 /ext/soap/php_schema.h
parent6529000fff9e2331c3fd276a784c5c62c608adea (diff)
downloadphp-git-20add786aef213ab70828432e0b5f89fa636ba50.tar.gz
WSDL caching was implemented
Diffstat (limited to 'ext/soap/php_schema.h')
-rw-r--r--ext/soap/php_schema.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h
index 7b121fae09..9101725df3 100644
--- a/ext/soap/php_schema.h
+++ b/ext/soap/php_schema.h
@@ -25,4 +25,10 @@
int load_schema(sdlCtx *ctx, xmlNodePtr schema);
void schema_pass2(sdlCtx *ctx);
+void delete_model(void *handle);
+void delete_type(void *data);
+void delete_extra_attribute(void *attribute);
+void delete_attribute(void *attribute);
+void delete_restriction_var_int(void *rvi);
+void delete_restriction_var_char(void *srvc);
#endif