Replace with FSF version.
[coreutils.git] / lib / makepath.h
blob1d8097d3913c26428a700d20e0cbf5ba8f27419e
1 #if __STDC__
2 # undef __P
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));