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 dcb70d4..229c682 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -36,7 +36,7 @@ #define LN_BACKUP 8 #define LN_SUFFIX 16 -extern int ln_main(int argc, char **argv) +int ln_main(int argc, char **argv) { int status = EXIT_SUCCESS; int flag; |