summaryrefslogtreecommitdiff
path: root/src/nodetree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodetree.h')
-rw-r--r--src/nodetree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodetree.h b/src/nodetree.h
index 2ab9ec7..f2f4600 100644
--- a/src/nodetree.h
+++ b/src/nodetree.h
@@ -54,6 +54,7 @@ public:
~NodeTree();
nodeid_t createId();
+ bool hasId(nodeid_t nodeid);
NodeIdList insertAsChild(nodeid_t parentid, nodeid_t id, node_t data,
nodeid_t insertBeforeId) throw (std::exception);