summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-04-09 23:38:30 +0000
committerAndrei Zmievski <andrei@php.net>2006-04-09 23:38:30 +0000
commit909a0f5cd0fbe2759171387d705372e496dc8168 (patch)
tree56e0b69489abf588e7d9b0883a1b17d868b9fc18 /ext/soap/php_schema.h
parent141f969fe7550faa2b2c9f3e2c78976de43d4c2c (diff)
downloadphp-git-909a0f5cd0fbe2759171387d705372e496dc8168.tar.gz
MFB
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 e5a3934767..fbc7372a10 100644
--- a/ext/soap/php_schema.h
+++ b/ext/soap/php_schema.h
@@ -26,9 +26,15 @@ int load_schema(sdlCtx *ctx, xmlNodePtr schema TSRMLS_DC);
void schema_pass2(sdlCtx *ctx);
void delete_model(void *handle);
+void delete_model_persistent(void *handle);
void delete_type(void *data);
+void delete_type_persistent(void *data);
void delete_extra_attribute(void *attribute);
+void delete_extra_attribute_persistent(void *attribute);
void delete_attribute(void *attribute);
+void delete_attribute_persistent(void *attribute);
void delete_restriction_var_int(void *rvi);
+void delete_restriction_var_int_persistent(void *rvi);
void delete_restriction_var_char(void *srvc);
+void delete_restriction_var_char_persistent(void *srvc);
#endif