summaryrefslogtreecommitdiffstats
path: root/twrpTar.hpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-08-27 03:36:23 +0200
committerDees_Troy <dees_troy@teamw.in>2013-08-28 18:10:36 +0200
commit86e77bcbb2d0d819024bace7e3a9f3594d03516f (patch)
tree5f112953ecba004a66be604e960bd97f46a73308 /twrpTar.hpp
parentMerge "update exfat to latest commits for io issues" into twrp2.5 (diff)
downloadandroid_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.gz
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.bz2
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.lz
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.xz
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.tar.zst
android_bootable_recovery-86e77bcbb2d0d819024bace7e3a9f3594d03516f.zip
Diffstat (limited to 'twrpTar.hpp')
-rw-r--r--twrpTar.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp
index 88eedb5c2..9128ba0df 100644
--- a/twrpTar.hpp
+++ b/twrpTar.hpp
@@ -51,7 +51,7 @@ public:
void setfn(string fn);
void setdir(string dir);
unsigned long long uncompressedSize();
-
+
public:
int use_encryption;
int userdata_encryption;
@@ -91,10 +91,10 @@ private:
string tardir;
string tarfn;
string basefn;
- string tarexclude;
+ vector <string> tarexclude;
vector<string> split;
std::vector<TarListStruct> *ItemList;
int thread_id;
-};
+};