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_encoding.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_encoding.h')
-rw-r--r-- | ext/soap/php_encoding.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index 1a896d0336..e6638b41fd 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -219,9 +219,7 @@ xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns); encodePtr get_conversion(int encode); void delete_encoder(void *handle); -void delete_encoder_persistent(void *handle); extern encode defaultEncoding[]; -extern int numDefaultEncodings; #endif |