]> granicus.if.org Git - php/commitdiff
Fix fclose prototype (#5930)
authorStanislav Malyshev <stas@php.net>
Thu, 3 Aug 2000 16:37:35 +0000 (16:37 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 3 Aug 2000 16:37:35 +0000 (16:37 +0000)
ext/standard/file.c

index 66fb2068b50f21490cc30c7fb04b2625891fa599..dc8e2276f83d07b1b7273d2ab3ca26b164680400 100644 (file)
@@ -75,7 +75,7 @@
 #endif
 
 #if MISSING_FCLOSE_DECL
-extern int fclose();
+extern int fclose(FILE *);
 #endif
 
 #ifdef HAVE_SYS_MMAN_H