From f024212615f581d5d6df033d0d5e7d1c474fbcea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 May 2017 20:40:58 +0300 Subject: Add subdir parameter into mountZip functions. --- src/fs/virtfs/fs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/fs/virtfs/fs.h') diff --git a/src/fs/virtfs/fs.h b/src/fs/virtfs/fs.h index f8950723d..ccd5dcfdc 100644 --- a/src/fs/virtfs/fs.h +++ b/src/fs/virtfs/fs.h @@ -67,7 +67,12 @@ namespace VirtFs std::string subDir); bool mountZip(std::string newDir, const Append append); + bool mountZip2(std::string newDir, + std::string subDir, + const Append append); bool unmountZip(std::string oldDir); + bool unmountZip2(std::string oldDir, + std::string subDir); std::string getRealDir(std::string filename); bool mkdir(const std::string &restrict dirName); bool remove(const std::string &restrict filename); -- cgit v1.2.3-70-g09d2