.
[coreutils.git] / lib / makepath.h
blobe62f54433aa6ce7c4937e68196b66ec98531eef2
1 # undef __P
2 #if __STDC__
3 # define __P(Args) Args
4 #else
5 # define __P(Args) ()
6 #endif
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));