diff options
Diffstat (limited to 'coreutils/sum.c')
-rw-r--r-- | coreutils/sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sum.c b/coreutils/sum.c index a75dd321d..65478b0a1 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c | |||
@@ -74,7 +74,7 @@ static unsigned sum_file(const char *file, const unsigned type) | |||
74 | #undef buf | 74 | #undef buf |
75 | } | 75 | } |
76 | 76 | ||
77 | int sum_main(int argc, char **argv); | 77 | int sum_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
78 | int sum_main(int argc, char **argv) | 78 | int sum_main(int argc, char **argv) |
79 | { | 79 | { |
80 | unsigned n; | 80 | unsigned n; |