summaryrefslogtreecommitdiff
path: root/frontends/amiga/tree.h
diff options
context:
space:
mode:
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;