X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffilenamecat.h;h=31b33759c2f54dd921464c102c08b70e58973579;hb=b067a2ba8fa66bf01717a4e8561c4db858055069;hp=334c887c778ac5ea5604dec49ddb5eb753a13efb;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/filenamecat.h b/lib/filenamecat.h index 334c887c7..31b33759c 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-2011 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);