X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Faddext.c;h=a075ea3b1eaf8ea60513319d972909315bf462fd;hb=226d63000a25c5f20ceecd610457b32d867909c7;hp=71e395af85f21b8391530a5fb66550476bf58ebc;hpb=a4b08c6402dda3bf4e19761c7df21d30bd638bd9;p=gnulib.git diff --git a/lib/addext.c b/lib/addext.c index 71e395af8..a075ea3b1 100644 --- a/lib/addext.c +++ b/lib/addext.c @@ -1,5 +1,5 @@ /* addext.c -- add an extension to a file name - Copyright (C) 1990, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1990, 1997, 1998, 1999 Free Software Foundation, Inc. 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 @@ -49,6 +49,8 @@ # include #endif +char *base_name PARAMS ((char const *)); + /* Append to FILENAME the extension EXT, unless the result would be too long, in which case just append the character E. */