diff options
Diffstat (limited to '')
-rw-r--r-- | twrpTar.hpp | 6 |
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; -}; +}; |