summaryrefslogtreecommitdiff
path: root/lib/path-concat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/path-concat.h')
-rw-r--r--lib/path-concat.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/path-concat.h b/lib/path-concat.h
new file mode 100644
index 000000000..0a19f053a
--- /dev/null
+++ b/lib/path-concat.h
@@ -0,0 +1,9 @@
+#if __STDC__
+# undef __P
+# define __P(args) args
+#else
+# define __P(args) ()
+#endif
+
+char *
+path_concat _P ((const char *dir, const char *base, char **base_in_result));