summaryrefslogtreecommitdiff
path: root/lib/makepath.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-05 15:04:39 +0000
committerJim Meyering <jim@meyering.net>2000-11-05 15:04:39 +0000
commit214a8623eb611873212124e3e0339a6f83abd252 (patch)
tree7e2ff2a4f63480c873c563661a685a9d2ec8c115 /lib/makepath.h
parente1356e7fe721d9425821bdbbcce1fab399bfa842 (diff)
downloadcoreutils-214a8623eb611873212124e3e0339a6f83abd252.tar.xz
(make_dir): Declare.
Diffstat (limited to 'lib/makepath.h')
-rw-r--r--lib/makepath.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/makepath.h b/lib/makepath.h
index f7c5b6026..f5ece90cc 100644
--- a/lib/makepath.h
+++ b/lib/makepath.h
@@ -14,3 +14,9 @@ make_path PARAMS ((const char *_argpath,
gid_t _group,
int _preserve_existing,
const char *_verbose_fmt_string));
+
+int
+make_dir PARAMS ((const char *dir,
+ const char *dirpath,
+ mode_t mode,
+ int *created_dir_p));