diff options
Diffstat (limited to 'coreutils/uniq.c')
-rw-r--r-- | coreutils/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 719bbb5e3..cda1e61a9 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -27,7 +27,7 @@ static FILE *xgetoptfile_uniq_s(char **argv, int read0write2) | |||
27 | return (read0write2) ? stdout : stdin; | 27 | return (read0write2) ? stdout : stdin; |
28 | } | 28 | } |
29 | 29 | ||
30 | int uniq_main(int argc, char **argv); | 30 | int uniq_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
31 | int uniq_main(int argc, char **argv) | 31 | int uniq_main(int argc, char **argv) |
32 | { | 32 | { |
33 | FILE *in, *out; | 33 | FILE *in, *out; |