X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fconcat-filename.h;h=0063d440a925f0c310fb3bb032d4f13c474af793;hb=55b49420fc3ae8860ed66a85645b2b4d171646dc;hp=1f02eadbbe23c812c99f11aa32c762333112fe97;hpb=27dbed51f810014b4d495bf69ab41c423e2eb15d;p=gnulib.git diff --git a/lib/concat-filename.h b/lib/concat-filename.h index 1f02eadbb..0063d440a 100644 --- a/lib/concat-filename.h +++ b/lib/concat-filename.h @@ -1,5 +1,5 @@ /* Construct a full filename from a directory and a relative filename. - Copyright (C) 2001-2004, 2007-2008 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2007-2012 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 @@ -26,12 +26,12 @@ extern "C" { suffix. Return a freshly allocated filename. Return NULL and set errno upon memory allocation failure. */ extern char *concatenated_filename (const char *directory, - const char *filename, const char *suffix); + const char *filename, const char *suffix); /* Concatenate a directory filename, a relative filename and an optional suffix. Return a freshly allocated filename. */ extern char *xconcatenated_filename (const char *directory, - const char *filename, const char *suffix); + const char *filename, const char *suffix); #ifdef __cplusplus