diff options
Diffstat (limited to 'coreutils/comm.c')
-rw-r--r-- | coreutils/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/comm.c b/coreutils/comm.c index a4ab14826..67088e06c 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c | |||
@@ -35,7 +35,7 @@ static void writeline(char *line, int class, int flags) | |||
35 | fputs(line, stdout); | 35 | fputs(line, stdout); |
36 | } | 36 | } |
37 | 37 | ||
38 | int comm_main(int argc, char **argv); | 38 | int comm_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
39 | int comm_main(int argc, char **argv) | 39 | int comm_main(int argc, char **argv) |
40 | { | 40 | { |
41 | #define LINE_LEN 100 | 41 | #define LINE_LEN 100 |