summaryrefslogtreecommitdiff
path: root/src/node_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_file.h')
-rw-r--r--src/node_file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/node_file.h b/src/node_file.h
index 746967f364..2c87f5e44d 100644
--- a/src/node_file.h
+++ b/src/node_file.h
@@ -467,6 +467,11 @@ class FileHandle : public AsyncWrap, public StreamBase {
std::unique_ptr<FileHandleReadWrap> current_read_ = nullptr;
};
+int MKDirpSync(uv_loop_t* loop,
+ uv_fs_t* req,
+ const std::string& path,
+ int mode,
+ uv_fs_cb cb = nullptr);
} // namespace fs
} // namespace node