New function: mfile_name_concat.
[gnulib.git] / lib / filenamecat.h
index c943b67..28f8c3f 100644 (file)
@@ -1,6 +1,6 @@
 /* Concatenate two arbitrary file names.
 
-   Copyright (C) 1996, 1997, 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 2003, 2005, 2007 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
@@ -20,3 +20,6 @@
 
 char *file_name_concat (char const *dir, char const *base,
                        char **base_in_result);
+
+char *mfile_name_concat (char const *dir, char const *base,
+                        char **base_in_result);