diff options
author | SVN Migration <svn@php.net> | 2006-04-20 21:11:30 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-04-20 21:11:30 +0000 |
commit | 109496d8b2e5af46a97359e922e4967165a29e90 (patch) | |
tree | d5063e4b1c2edd0648471c77df40e05ce6d2190f /ext/soap/php_schema.h | |
parent | 50e1a51e5cad146ff62171339298d0a16810427e (diff) | |
download | php-git-php-5.1.3RC3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3
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 |