(xfclose): Return void, not int, since it always returned zero.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Oct 2002 06:18:19 +0000 (06:18 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Oct 2002 06:18:19 +0000 (06:18 +0000)
src/files.h

index 4b162ee..3d264db 100644 (file)
@@ -55,7 +55,7 @@ extern char *infile;
 void compute_output_file_names (void);
 
 FILE *xfopen (const char *name, const char *mode);
-int xfclose (FILE *ptr);
+void xfclose (FILE *ptr);
 
 /* Is SUFFIX ending STRING?  */
 int strsuffix (const char* string, const char* suffix);