diff options
Diffstat (limited to 'miscutils/strings.c')
-rw-r--r-- | miscutils/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/strings.c b/miscutils/strings.c index b7f5a0b57..d75beccea 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #define PRINT_OFFSET 4 | 16 | #define PRINT_OFFSET 4 |
17 | #define SIZE 8 | 17 | #define SIZE 8 |
18 | 18 | ||
19 | int strings_main(int argc, char **argv); | 19 | int strings_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
20 | int strings_main(int argc, char **argv) | 20 | int strings_main(int argc, char **argv) |
21 | { | 21 | { |
22 | int n, c, status = EXIT_SUCCESS; | 22 | int n, c, status = EXIT_SUCCESS; |