diff options
Diffstat (limited to 'ext/rpc/com/php_variant.h')
-rw-r--r-- | ext/rpc/com/php_variant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/rpc/com/php_variant.h b/ext/rpc/com/php_variant.h index 47acd13625..5e6d51f821 100644 --- a/ext/rpc/com/php_variant.h +++ b/ext/rpc/com/php_variant.h @@ -7,8 +7,8 @@ extern int php_VARIANT_get_le_variant(); -extern PHP_MINIT_FUNCTION(VARIANT); -extern PHP_MSHUTDOWN_FUNCTION(VARIANT); +PHP_MINIT_FUNCTION(VARIANT); +PHP_MSHUTDOWN_FUNCTION(VARIANT); extern zend_module_entry VARIANT_module_entry; |