diff options
Diffstat (limited to 'main.h')
| -rw-r--r-- | main.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ PHPAPI int php_request_startup(CLS_D ELS_DC PLS_DC SLS_DC); PHPAPI void php_request_shutdown(void *dummy); PHPAPI void php_request_shutdown_for_exec(void *dummy); PHPAPI int php_module_startup(sapi_module_struct *sf); -PHPAPI void php_module_shutdown(); -PHPAPI void php_module_shutdown_for_exec(); +PHPAPI void php_module_shutdown(void); +PHPAPI void php_module_shutdown_for_exec(void); PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals); PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_DC); |
