summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-05 16:21:33 +0000
committerSascha Schumann <sas@php.net>2001-08-05 16:21:33 +0000
commitb349df63645e48eade0481238e6ca3feb90f18fa (patch)
treed565c9fb1b058469cbbd2d248ea261c59ac6f5c4 /main/php_main.h
parent373b3e101e0394f0727e1e5855e18e15851d0919 (diff)
downloadphp-git-b349df63645e48eade0481238e6ca3feb90f18fa.tar.gz
some more eliminate-fetches-or-escalate-them-at-least
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_main.h b/main/php_main.h
index 304d199ff8..9595df11db 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -32,7 +32,7 @@ PHPAPI int php_request_startup(TSRMLS_D);
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(void);
+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);