summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2006-05-03 23:30:03 +0000
committerSVN Migration <svn@php.net>2006-05-03 23:30:03 +0000
commit3e44943db6ceb0df75e1a94e21c55d62c8547b7e (patch)
treefc5426f5966834bcbb09e285b3b31893d096290b /ext/soap/php_encoding.h
parent87583528c639c970e39a53d32b331ae6e8c8685d (diff)
downloadphp-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_encoding.h')
-rw-r--r--ext/soap/php_encoding.h2
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