summaryrefslogtreecommitdiff
path: root/src/tasktree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasktree.h')
-rw-r--r--src/tasktree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tasktree.h b/src/tasktree.h
index 9a3a45f..6623b0f 100644
--- a/src/tasktree.h
+++ b/src/tasktree.h
@@ -58,6 +58,8 @@ public:
TaskIdList ancestorList(taskid_t id) throw (std::exception);
+ void toStdOut();
+
private:
node_t* createNode(taskid_t id);
void insertChild(node_t* parent, node_t* child);