From: Zeev Suraski Date: Wed, 21 Apr 1999 19:10:18 +0000 (+0000) Subject: Minor fixes X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d34d425be98419df9922b8976b5e5d2594f9465;p=php Minor fixes --- diff --git a/main/php.h b/main/php.h index 305724ff24..d66d782098 100644 --- a/main/php.h +++ b/main/php.h @@ -370,7 +370,6 @@ extern void html_putc(char c); #ifndef THREAD_SAFE extern int end_current_file_execution(int *retval); #endif -extern int _php3_hash_environment(PLS_D); extern int module_startup_modules(void); /* needed for modules only */