summaryrefslogtreecommitdiff
path: root/lib/concat-filename.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/concat-filename.h')
-rw-r--r--lib/concat-filename.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/concat-filename.h b/lib/concat-filename.h
index 1f02eadbbe..6354779244 100644
--- a/lib/concat-filename.h
+++ b/lib/concat-filename.h
@@ -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