diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-05 21:15:30 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-05 21:15:30 +0200 |
commit | 21cfa03f1740042d0c48269430e0490e319e1408 (patch) | |
tree | 23b051bee2443030478248734442bf7a1e3fcb58 /ext/xmlrpc/php_xmlrpc.h | |
parent | c0cbab6002f8b111396c3ab2b9df92cbd0b3448a (diff) | |
download | php-git-21cfa03f1740042d0c48269430e0490e319e1408.tar.gz |
Generate function entries for another batch of extensions
Closes GH-5352
Diffstat (limited to 'ext/xmlrpc/php_xmlrpc.h')
-rw-r--r-- | ext/xmlrpc/php_xmlrpc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/xmlrpc/php_xmlrpc.h b/ext/xmlrpc/php_xmlrpc.h index 419784a55c..cb617bbfe0 100644 --- a/ext/xmlrpc/php_xmlrpc.h +++ b/ext/xmlrpc/php_xmlrpc.h @@ -63,21 +63,6 @@ extern zend_module_entry xmlrpc_module_entry; PHP_MINIT_FUNCTION(xmlrpc); PHP_MINFO_FUNCTION(xmlrpc); -PHP_FUNCTION(xmlrpc_encode); -PHP_FUNCTION(xmlrpc_decode); -PHP_FUNCTION(xmlrpc_decode_request); -PHP_FUNCTION(xmlrpc_encode_request); -PHP_FUNCTION(xmlrpc_get_type); -PHP_FUNCTION(xmlrpc_set_type); -PHP_FUNCTION(xmlrpc_is_fault); -PHP_FUNCTION(xmlrpc_server_create); -PHP_FUNCTION(xmlrpc_server_destroy); -PHP_FUNCTION(xmlrpc_server_register_method); -PHP_FUNCTION(xmlrpc_server_call_method); -PHP_FUNCTION(xmlrpc_parse_method_descriptions); -PHP_FUNCTION(xmlrpc_server_add_introspection_data); -PHP_FUNCTION(xmlrpc_server_register_introspection_callback); - #else #define phpext_xmlrpc_ptr NULL |