]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
New Unix utility function to make a directory path.
[PuTTY.git] / unix / unix.h
index 0e12d0422e9b17e2a7f11b11448d77324fdb0152..029d32ff120103cf6fb45ef15c91037e3f7743af 100644 (file)
@@ -11,6 +11,7 @@
 #include <dlfcn.h>                    /* Dynamic library loading */
 #endif /*  NO_LIBDL */
 #include "charset.h"
+#include <sys/types.h>         /* for mode_t */
 
 #ifdef OSX_GTK
 /*
@@ -197,6 +198,7 @@ void noncloexec(int);
 int nonblock(int);
 int no_nonblock(int);
 char *make_dir_and_check_ours(const char *dirname);
+char *make_dir_path(const char *path, mode_t mode);
 
 /*
  * Exports from unicode.c.