summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-12-10 20:16:30 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-12-10 20:16:30 +0000
commit60a5aeef437893ad35ec1a16de46565f36b7038f (patch)
tree2229e74897c90aefe743a73e4b072246ace6bcd6 /main/php_main.h
parentd1c70a64175dac6030ba4fc6b6bfe569ec6dd8f6 (diff)
downloadphp-git-60a5aeef437893ad35ec1a16de46565f36b7038f.tar.gz
Fixed a few compile warnings and one compile error.
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 08c091e3b9..ca054c6348 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -35,6 +35,7 @@ PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additio
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 int php_startup_extensions(zend_module_entry **ptr, int count);