# HG changeset patch # User Jim Meyering # Date 973436679 0 # Node ID 807748d2448e4b8e76c79f34aad302f3cd10dc6e # Parent 9f67b35747f99c4ee7b64f91c53b16b1b332ca7d (make_dir): Declare. diff -r 9f67b35747f9 -r 807748d2448e lib/makepath.h --- a/lib/makepath.h Sun Nov 05 15:04:17 2000 +0000 +++ b/lib/makepath.h Sun Nov 05 15:04:39 2000 +0000 @@ -14,3 +14,9 @@ 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));