1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(main): Declare function pointer with prototype.

This commit is contained in:
Jim Meyering
2001-11-11 15:40:39 +00:00
parent 6b16d2e1fe
commit 52f24baacc

View File

@@ -216,7 +216,7 @@ main (int argc, char **argv)
int errors = 0;
int optc;
int files_given;
int (*sum_func) () = bsd_sum_file;
int (*sum_func) PARAMS ((const char *, int)) = bsd_sum_file;
program_name = argv[0];
setlocale (LC_ALL, "");