summaryrefslogtreecommitdiff
path: root/lib/makepath.h
blob: e62f54433aa6ce7c4937e68196b66ec98531eef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# undef __P
#if __STDC__
# 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));