From 8e8d923feadba8c35baa0587ec6c9f8ed00af68a Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 3 Sep 1999 18:32:34 +0000 Subject: [PATCH] Add prototypes for new functions in internal_functions.c.in --- main/php.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.40.0