From 891acc30c09cb44f4e5f8398dd715c213c49f2d9 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 20 Jun 2011 20:30:36 +0000 Subject: - Forgot to commit these. --- main/php_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_main.h') diff --git a/main/php_main.h b/main/php_main.h index 203963a5d1..da1aabc8f5 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -35,6 +35,7 @@ PHPAPI void php_module_shutdown(TSRMLS_D); PHPAPI void php_module_shutdown_for_exec(void); PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals); PHPAPI int php_request_startup_for_hook(TSRMLS_D); +PHPAPI void php_request_shutdown_for_hook(void *dummy); PHPAPI int php_register_extensions(zend_module_entry **ptr, int count TSRMLS_DC); -- cgit v1.2.1