summaryrefslogtreecommitdiff
path: root/frontends/amiga/tree.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 13:06:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 13:06:42 +0000
commit47379c04442c805af95ba16b9932fbdb549a7594 (patch)
tree1a6d7032a9265ae8c3f186ef5ae718c67894877e /frontends/amiga/tree.h
parent9379a64c6dfab6046ba56b8cdb299c4da3d6c3f2 (diff)
downloadnetsurf-47379c04442c805af95ba16b9932fbdb549a7594.tar.gz
netsurf-47379c04442c805af95ba16b9932fbdb549a7594.tar.bz2
Update treeviews to use event callback
Diffstat (limited to 'frontends/amiga/tree.h')
-rwxr-xr-xfrontends/amiga/tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/amiga/tree.h b/frontends/amiga/tree.h
index 39a71d70d..aa3c052e9 100755
--- a/frontends/amiga/tree.h
+++ b/frontends/amiga/tree.h
@@ -40,8 +40,7 @@ void ami_tree_destroy(struct treeview_window *twin);
struct tree *ami_tree_get_tree(struct treeview_window *twin);
void ami_tree_open(struct treeview_window *twin,int type);
-void ami_tree_close(struct treeview_window *twin);
-BOOL ami_tree_event(struct treeview_window *twin);
+void ami_tree_close(void *w); /* for Arexx interface only */
extern const struct treeview_table ami_tree_callbacks;