summaryrefslogtreecommitdiff
path: root/amiga/tree.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-13 18:00:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-13 18:00:44 +0000
commitf1a06ac5d921a365f555c80c7f5621c4c2750678 (patch)
tree486ad6f8d172ae801c346b70d6c437930d1d04b2 /amiga/tree.h
parent5c01ca3306f8ffdd8297042d56f2d2eb97af37aa (diff)
downloadnetsurf-f1a06ac5d921a365f555c80c7f5621c4c2750678.tar.gz
netsurf-f1a06ac5d921a365f555c80c7f5621c4c2750678.tar.bz2
Various minor fixes for treeviews, history tree now populates.
svn path=/trunk/netsurf/; revision=5563
Diffstat (limited to 'amiga/tree.h')
-rwxr-xr-xamiga/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/tree.h b/amiga/tree.h
index 4ff38edfc..210891fc2 100755
--- a/amiga/tree.h
+++ b/amiga/tree.h
@@ -43,4 +43,5 @@ enum
void ami_open_tree(struct tree *tree,int type);
void ami_tree_close(struct treeview_window *twin);
BOOL ami_tree_event(struct treeview_window *twin);
+void ami_recreate_listbrowser(struct treeview_window *twin);
#endif