X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fln.c;h=229c682185ef029a0bb80deeacc05b30c23d453e;hb=e2e56c7c4129de7d20df42e8239fd304c81ef29b;hp=dcb70d40f6fb2dae6e119952eae4dfe0231b5d4b;hpb=cdbae77823d82ad0451007f1b192f782c33f2764;p=oweals%2Fbusybox.git diff --git a/coreutils/ln.c b/coreutils/ln.c index dcb70d40f..229c68218 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;