X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffilenamecat.h;h=950f456b7bc5b4ed9a720e45db0dd47918699517;hb=a2ae92ef0232df237fef9af3e52b52b67d44cb93;hp=df5360b18b0b6d4f45c9d5f7bc6d7b287bf5e7f3;hpb=b3338b6328b7abb86cc2ba8882074ea22d195e98;p=gnulib.git diff --git a/lib/filenamecat.h b/lib/filenamecat.h index df5360b18..950f456b7 100644 --- a/lib/filenamecat.h +++ b/lib/filenamecat.h @@ -1,6 +1,6 @@ /* Concatenate two arbitrary file names. - Copyright (C) 1996, 1997, 2003, 2005, 2007, 2009 Free Software + 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 @@ -20,8 +20,8 @@ #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);