summaryrefslogtreecommitdiff
path: root/lib/makepath.h
blob: 6c66ce71488a978dbf13456f79aa4f5963545534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
int make_path (const char *_argpath,
	       int _mode,
	       int _parent_mode,
	       uid_t _owner,
	       gid_t _group,
	       int _preserve_existing,
	       const char *_verbose_fmt_string);

int make_dir (const char *dir,
	      const char *dirpath,
	      mode_t mode,
	      int *created_dir_p);