From 6a82db0e7281e5af23e2b58c79a9ab8c9ec7f456 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Nov 2000 15:04:39 +0000 Subject: [PATCH] (make_dir): Declare. --- lib/makepath.h | 6 ++++++ 1 file changed, 6 insertions(+) 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)); -- 2.30.2