diff options
Diffstat (limited to 'ext/com/php_COM.h')
-rw-r--r-- | ext/com/php_COM.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/com/php_COM.h b/ext/com/php_COM.h index d26441f6a3..1b2b3b0316 100644 --- a/ext/com/php_COM.h +++ b/ext/com/php_COM.h @@ -12,6 +12,7 @@ PHP_MSHUTDOWN_FUNCTION(COM); PHP_FUNCTION(com_load); PHP_FUNCTION(com_invoke); +PHP_FUNCTION(com_invoke_ex); PHP_FUNCTION(com_addref); PHP_FUNCTION(com_release); PHP_FUNCTION(com_propget); |