summaryrefslogtreecommitdiff
path: root/src/fs/virtfs/fs.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-15 20:40:58 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-15 20:40:58 +0300
commitf024212615f581d5d6df033d0d5e7d1c474fbcea (patch)
tree28dc79a193a6352a86aefdab2ce570f87ffb1ae3 /src/fs/virtfs/fs.h
parent3d4ec0e043e9a683257757d3e84bec6798ff210d (diff)
downloadplus-f024212615f581d5d6df033d0d5e7d1c474fbcea.tar.gz
plus-f024212615f581d5d6df033d0d5e7d1c474fbcea.tar.bz2
plus-f024212615f581d5d6df033d0d5e7d1c474fbcea.tar.xz
plus-f024212615f581d5d6df033d0d5e7d1c474fbcea.zip
Add subdir parameter into mountZip functions.
Diffstat (limited to 'src/fs/virtfs/fs.h')
-rw-r--r--src/fs/virtfs/fs.h5
1 files changed, 5 insertions, 0 deletions
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);