diff options
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r-- | coreutils/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c index 1cf49c2af..257f3d649 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -165,7 +165,7 @@ static void cut_file(FILE * file) | |||
165 | 165 | ||
166 | static const char _op_on_field[] ALIGN1 = " only when operating on fields"; | 166 | static const char _op_on_field[] ALIGN1 = " only when operating on fields"; |
167 | 167 | ||
168 | int cut_main(int argc, char **argv); | 168 | int cut_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
169 | int cut_main(int argc, char **argv) | 169 | int cut_main(int argc, char **argv) |
170 | { | 170 | { |
171 | char *sopt, *ltok; | 171 | char *sopt, *ltok; |