X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffilenamecat.h;h=950f456b7bc5b4ed9a720e45db0dd47918699517;hb=afc6cbe4fe4892c5ee4166cab87fede6f294a27d;hp=334c887c778ac5ea5604dec49ddb5eb753a13efb;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/filenamecat.h b/lib/filenamecat.h index 334c887c7..950f456b7 100644 --- a/lib/filenamecat.h +++ b/lib/filenamecat.h @@ -1,6 +1,7 @@ /* Concatenate two arbitrary file names. - Copyright (C) 1996, 1997, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1996-1997, 2003, 2005, 2007, 2009-2010 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 @@ -17,8 +18,10 @@ /* Written by Jim Meyering. */ +#if GNULIB_FILENAMECAT char *file_name_concat (char const *dir, char const *base, - char **base_in_result); + char **base_in_result); +#endif char *mfile_name_concat (char const *dir, char const *base, - char **base_in_result); + char **base_in_result);