diff options
Diffstat (limited to 'twrpTar.hpp')
-rw-r--r-- | twrpTar.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp index 17f69594d..a42dea0e1 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp @@ -51,7 +51,7 @@ public: void setfn(string fn); void setdir(string dir); void setsize(unsigned long long backup_size); - unsigned long long uncompressedSize(); + void setpassword(string pass); public: int use_encryption; @@ -89,6 +89,7 @@ private: string tardir; string tarfn; string basefn; + string password; vector <string> tarexclude; |