X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fbasename.c;h=91652cfedf948e29678dcdfb9d10503412a55ba6;hb=290fcb4213ae5ab9ec6cb228dd64ef2c9f02d26d;hp=71bb9b3bdbabf190458dc4d0ad5eab23d7b8386d;hpb=cad5364599eb5062d59e0c397ed638ddd61a8d5d;p=oweals%2Fbusybox.git diff --git a/coreutils/basename.c b/coreutils/basename.c index 71bb9b3bd..91652cfed 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c @@ -2,8 +2,7 @@ /* * Mini basename implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen + * Copyright (C) 1999-2004 by Erik Andersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +37,7 @@ #include #include "busybox.h" -extern int basename_main(int argc, char **argv) +int basename_main(int argc, char **argv) { size_t m, n; char *s;