summaryrefslogtreecommitdiff
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
commit6a82db0e7281e5af23e2b58c79a9ab8c9ec7f456 (patch)
tree07b7964fd2867db4870db72955a2ca807366ba80
parenta5c4d40f377632b88f3d6aebf023d238677eb2b7 (diff)
downloadgnulib-6a82db0e7281e5af23e2b58c79a9ab8c9ec7f456.tar.gz
(make_dir): Declare.
-rw-r--r--lib/makepath.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/makepath.h b/lib/makepath.h
index f7c5b60266..f5ece90cc2 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));