diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index 4f635a21e8..b255ab3e3b 100644 --- a/main/php.h +++ b/main/php.h @@ -307,9 +307,6 @@ 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); - /*from basic functions*/ extern PHPAPI int _php_error_log(int opt_err,char *message,char *opt,char *headers); |