summaryrefslogtreecommitdiffstats
path: root/mtp/btree.hpp
diff options
context:
space:
mode:
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);