summaryrefslogtreecommitdiff
path: root/src/nodemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodemanager.h')
-rw-r--r--src/nodemanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nodemanager.h b/src/nodemanager.h
index f0bc81e..97d890f 100644
--- a/src/nodemanager.h
+++ b/src/nodemanager.h
@@ -45,12 +45,12 @@ public:
void init(std::string filename);
- NodeIdList createNode(nodeid_t parentid, nodeid_t *id) throw (std::exception);
+ NodeIdList createNode(nodeid_t parentid, nodeid_t *id, nodeid_t insertbeforeid) throw (std::exception);
NodeIdList updateNode(nodeid_t id, const std::string &name,
const std::string &value) throw (std::exception);
NodeIdList removeNode(nodeid_t id) throw (std::exception);
- NodeIdListPair moveNode(nodeid_t id, nodeid_t newParent) throw (std::exception);
+ NodeIdListPair moveNode(nodeid_t id, nodeid_t newParent, nodeid_t beforeId) throw (std::exception);
NodeIdList subNodes(nodeid_t) throw (std::exception);