From: Jim Meyering Date: Sun, 5 Nov 2000 15:04:39 +0000 (+0000) Subject: (make_dir): Declare. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a82db0e7281e5af23e2b58c79a9ab8c9ec7f456;p=pspp (make_dir): Declare. --- 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));