(path_concat): Use K&R style function definition.
[gnulib.git] / lib / makepath.h
1 #if __STDC__
2 # undef __P
3 # define __P(args) args
4 #else
5 # define __P(args) ()
6 #endif
7
8 int
9 make_path __P ((const char *_argpath,
10                 int _mode,
11                 int _parent_mode,
12                 uid_t _owner,
13                 gid_t _group,
14                 int _preserve_existing,
15                 const char *_verbose_fmt_string));