diff options
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 6a34e3087..9521bbcd5 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -165,7 +165,7 @@ static int complement(char *buffer, int buffer_len) | |||
165 | return ix; | 165 | return ix; |
166 | } | 166 | } |
167 | 167 | ||
168 | int tr_main(int argc, char **argv); | 168 | int tr_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
169 | int tr_main(int argc, char **argv) | 169 | int tr_main(int argc, char **argv) |
170 | { | 170 | { |
171 | unsigned char *ptr; | 171 | unsigned char *ptr; |