From 214a8623eb611873212124e3e0339a6f83abd252 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Nov 2000 15:04:39 +0000 Subject: (make_dir): Declare. --- lib/makepath.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/makepath.h') 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)); -- cgit v1.2.3-54-g00ecf