view lib/makepath.h @ 20335:765d529ee97a

formatting...
author Jim Meyering <jim@meyering.net>
date Sun, 14 Jul 1996 19:09:41 +0000
parents 7791fe037b9b
children 195a27e1bcd9
line wrap: on
line source

#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));