diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2011-06-20 20:30:36 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2011-06-20 20:30:36 +0000 |
commit | 891acc30c09cb44f4e5f8398dd715c213c49f2d9 (patch) | |
tree | 1c00b43981875953afd1d12b06878a496f0379cc /main/php_main.h | |
parent | 7dfef17c541dd6826dda92ddc23cfaca2bb21442 (diff) | |
download | php-git-891acc30c09cb44f4e5f8398dd715c213c49f2d9.tar.gz |
- Forgot to commit these.
Diffstat (limited to 'main/php_main.h')
-rw-r--r-- | main/php_main.h | 1 |
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); |