From 00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 16 Jul 2006 00:21:15 +0000 Subject: Allow the viewing of the entire SSL certificate chain. svn path=/trunk/netsurf/; revision=2755 --- riscos/treeview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/treeview.h') 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 -- cgit v1.2.3