summaryrefslogtreecommitdiffstats
path: root/twrpTar.hpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-03-21 00:05:41 +0100
committerMatt Mower <mowerm@gmail.com>2014-03-31 23:10:28 +0200
commitbb81e5d02df38c940709bc7416ea84620add889a (patch)
tree3de9f87f352be1b2ed26792d8e7f0d0e7ca26807 /twrpTar.hpp
parentFix /data backup size if contains media subdirs (diff)
downloadandroid_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.gz
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.bz2
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.lz
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.xz
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.tar.zst
android_bootable_recovery-bb81e5d02df38c940709bc7416ea84620add889a.zip
Diffstat (limited to 'twrpTar.hpp')
-rw-r--r--twrpTar.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp
index a42dea0e1..443e5f4b3 100644
--- a/twrpTar.hpp
+++ b/twrpTar.hpp
@@ -47,7 +47,6 @@ public:
virtual ~twrpTar();
int createTarFork();
int extractTarFork();
- void setexcl(string exclude);
void setfn(string fn);
void setdir(string dir);
void setsize(unsigned long long backup_size);
@@ -91,8 +90,6 @@ private:
string basefn;
string password;
- vector <string> tarexclude;
-
std::vector<TarListStruct> *ItemList;
int thread_id;
};