summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2011-06-20 20:30:36 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2011-06-20 20:30:36 +0000
commit2c6b2f64df72bde7ec8a8a61687e809cfb502b32 (patch)
tree3daaa428f79d9e4431861b273d13dd6d4740bdad /main/php_main.h
parent5b921a87a194f7758c3ab817ded47e9b5bc3efaa (diff)
downloadphp-git-2c6b2f64df72bde7ec8a8a61687e809cfb502b32.tar.gz
- Forgot to commit these.
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h1
1 files changed, 1 insertions, 0 deletions
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);