diff options
Diffstat (limited to 'main/php_main.h')
-rw-r--r-- | main/php_main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/php_main.h b/main/php_main.h index 01656e5d24..883953643f 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -48,7 +48,8 @@ PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC); PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC); -extern void php_call_shutdown_functions(void); +extern void php_call_shutdown_functions(TSRMLS_D); +extern void php_free_shutdown_functions(TSRMLS_D); /* environment module */ extern int php_init_environ(void); |