diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 99746fb11f..209e0c7b31 100644 --- a/main/php.h +++ b/main/php.h @@ -295,7 +295,9 @@ extern void html_putc(char c); #define phpin zendin /* functions */ -extern int module_startup_modules(void); +int module_startup_modules(void); +int module_global_startup_modules(void); +int module_global_shutdown_modules(void); /* needed for modules only */ extern PHPAPI int php3i_get_le_fp(void); |