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