diff options
author | SVN Migration <svn@php.net> | 2006-05-03 23:30:03 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-05-03 23:30:03 +0000 |
commit | 3e44943db6ceb0df75e1a94e21c55d62c8547b7e (patch) | |
tree | fc5426f5966834bcbb09e285b3b31893d096290b /ext/soap/php_schema.h | |
parent | 87583528c639c970e39a53d32b331ae6e8c8685d (diff) | |
download | php-git-php-5.1.4.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_5_1_4'.php-5.1.4
Diffstat (limited to 'ext/soap/php_schema.h')
-rw-r--r-- | ext/soap/php_schema.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h index fbc7372a10..e5a3934767 100644 --- a/ext/soap/php_schema.h +++ b/ext/soap/php_schema.h @@ -26,15 +26,9 @@ 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 |