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.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