X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmakepath.h;h=f5ece90cc236ad319e65ccbdba5fa6dafebc6e1b;hb=d36212cb0a461bc3f063ecbcb1c4d88316eaa397;hp=f7c5b602663ccdecd7bd0890608bca766617262a;hpb=358e52e8bb23ab6e5bcc42ca3546493a868d9591;p=gnulib.git 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));