summaryrefslogtreecommitdiff
path: root/lib/makepath.h
blob: 2756446c8437f5842070557f55c6546fe67091ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if __STDC__
#undef __P
#define __P(args) args
#else
#define __P(args) ()
#endif

int
  make_path __P ((const char *_argpath,
		  int _mode,
		  int _parent_mode,
		  uid_t _owner,
		  gid_t _group,
		  int _preserve_existing,
		  const char *_verbose_fmt_string));