From 87af56369b8eaeb1edc671cdefee2cdae7b2b43c Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 10 Feb 2014 11:56:35 -0600 Subject: Move DataManager functions out of twrpTar.cpp Change-Id: I943318afe787ff4ede724fa0bc77ebc6a3ba0c8b --- twrpTar.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'twrpTar.hpp') diff --git a/twrpTar.hpp b/twrpTar.hpp index 17f69594d..02d4b8004 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp @@ -51,6 +51,8 @@ public: void setfn(string fn); void setdir(string dir); void setsize(unsigned long long backup_size); + void setpassword(string pass); + unsigned long long uncompressedSize(); public: @@ -89,6 +91,7 @@ private: string tardir; string tarfn; string basefn; + string password; vector tarexclude; -- cgit v1.2.3