Blame gnu/filenamecat.h

Packit 1ef1a9
/* Concatenate two arbitrary file names.
Packit 1ef1a9
Packit 1ef1a9
   Copyright (C) 1996-1997, 2003, 2005, 2007, 2009-2015 Free Software
Packit 1ef1a9
   Foundation, Inc.
Packit 1ef1a9
Packit 1ef1a9
   This program is free software: you can redistribute it and/or modify
Packit 1ef1a9
   it under the terms of the GNU General Public License as published by
Packit 1ef1a9
   the Free Software Foundation; either version 3 of the License, or
Packit 1ef1a9
   (at your option) any later version.
Packit 1ef1a9
Packit 1ef1a9
   This program is distributed in the hope that it will be useful,
Packit 1ef1a9
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 1ef1a9
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 1ef1a9
   GNU General Public License for more details.
Packit 1ef1a9
Packit 1ef1a9
   You should have received a copy of the GNU General Public License
Packit 1ef1a9
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit 1ef1a9
Packit 1ef1a9
/* Written by Jim Meyering.  */
Packit 1ef1a9
Packit 1ef1a9
#if GNULIB_FILENAMECAT
Packit 1ef1a9
char *file_name_concat (char const *dir, char const *base,
Packit 1ef1a9
                        char **base_in_result);
Packit 1ef1a9
#endif
Packit 1ef1a9
Packit 1ef1a9
char *mfile_name_concat (char const *dir, char const *base,
Packit 1ef1a9
                         char **base_in_result);