view lib/makepath.h @ 2284:ce1bca7b77d5

(parse_user_spec): If there is no `:' but there is a `.', then first look up the entire `.'-containing string as a login name.
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 11:13:16 +0000
parents 8de2d981b46f
children 807748d2448e
line wrap: on
line source

#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
#  define PARAMS(Args) Args
# else
#  define PARAMS(Args) ()
# endif
#endif

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