coreutils/lib/makepath.h

23 lines
449 B
C
Raw Normal View History

1997-12-21 19:22:51 +08:00
#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
#endif
1994-11-04 14:04:42 +08:00
int
1997-12-21 19:22:51 +08:00
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));
2000-11-05 23:04:39 +08:00
int
make_dir PARAMS ((const char *dir,
const char *dirpath,
mode_t mode,
int *created_dir_p));