diff options
Diffstat (limited to 'ext/com/php3_COM.h')
-rw-r--r-- | ext/com/php3_COM.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/com/php3_COM.h b/ext/com/php3_COM.h index ed9cc4f526..a94c711559 100644 --- a/ext/com/php3_COM.h +++ b/ext/com/php3_COM.h @@ -5,8 +5,8 @@ extern int php3_minit_COM(INIT_FUNC_ARGS); extern int php3_mshutdown_COM(SHUTDOWN_FUNC_ARGS); -extern void php3_COM_load(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_COM_invoke(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(COM_load); +PHP_FUNCTION(COM_invoke); PHP_FUNCTION(com_propget); PHP_FUNCTION(com_propput); @@ -19,4 +19,6 @@ extern php3_module_entry COM_module_entry; #endif /* Win32|WINNT */ +#define phpext_COM_ptr COM_module_ptr + #endif /* _PHP3_COM_H */ |