summaryrefslogtreecommitdiff
path: root/riscos/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/treeview.h')
-rw-r--r--riscos/treeview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/treeview.h b/riscos/treeview.h
index 3be34c4e3..bfaeffd86 100644
--- a/riscos/treeview.h
+++ b/riscos/treeview.h
@@ -44,5 +44,6 @@ void ro_gui_tree_start_edit(struct tree *tree, struct node_element *element,
void ro_gui_tree_scroll_visible(struct tree *tree, struct node_element *element);
void ro_gui_tree_get_tree_coordinates(struct tree *tree, int x, int y,
int *tree_x, int *tree_y);
+int ro_gui_tree_help(int x, int y);
#endif