summaryrefslogtreecommitdiffstats
path: root/mtp/btree.hpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-09-04 17:00:57 +0200
committerDees Troy <dees_troy@teamw.in>2014-09-04 17:01:30 +0200
commit2e07c0493e76f16b021d53280ee4fa49586bde46 (patch)
treeab58df42cfee6ebda5d5f70af924d66679bd1f15 /mtp/btree.hpp
parentMTP Fix property list for multiple storage devices (diff)
downloadandroid_bootable_recovery-2e07c0493e76f16b021d53280ee4fa49586bde46.tar
android_bootable_recovery-2e07c0493e76f16b021d53280ee4fa49586bde46.tar.gz
android_bootable_recovery-2e07c0493e76f16b021d53280ee4fa49586bde46.tar.bz2
android_bootable_recovery-2e07c0493e76f16b021d53280ee4fa49586bde46.tar.lz
android_bootable_recovery-2e07c0493e76f16b021d53280ee4fa49586bde46.tar.xz
android_bootable_recovery-2e07c0493e76f16b021d53280ee4fa49586bde46.tar.zst
android_bootable_recovery-2e07c0493e76f16b021d53280ee4fa49586bde46.zip
Diffstat (limited to 'mtp/btree.hpp')
-rwxr-xr-xmtp/btree.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mtp/btree.hpp b/mtp/btree.hpp
index d6bd0c380..1fa8d2800 100755
--- a/mtp/btree.hpp
+++ b/mtp/btree.hpp
@@ -36,6 +36,7 @@ public:
Node();
void setMtpid(int aMtpid);
void setPath(std::string aPath);
+ void rename(std::string aPath);
void setLeft(Node* aLeft);
void setRight(Node* aRight);
void setParent(Node* aParent);