diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index 658e32e94..eb7171959 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #define LN_BACKUP 8 | 22 | #define LN_BACKUP 8 |
23 | #define LN_SUFFIX 16 | 23 | #define LN_SUFFIX 16 |
24 | 24 | ||
25 | int ln_main(int argc, char **argv); | 25 | int ln_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
26 | int ln_main(int argc, char **argv) | 26 | int ln_main(int argc, char **argv) |
27 | { | 27 | { |
28 | int status = EXIT_SUCCESS; | 28 | int status = EXIT_SUCCESS; |