summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-24 19:51:51 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-24 19:51:51 +0000
commit1ea747196ea9f1b01dcb29fedac62372ca0e300b (patch)
tree03bcdab961ea0e2e0c863cba3800af5e8897c62e /amiga/tree.c
parenta18f79ee5edb5b39263ac84627a86752bfea827d (diff)
downloadnetsurf-1ea747196ea9f1b01dcb29fedac62372ca0e300b.tar.gz
netsurf-1ea747196ea9f1b01dcb29fedac62372ca0e300b.tar.bz2
Fix more hook functions
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 4f2c28630..cba5375b6 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -524,7 +524,7 @@ static void ami_tree_drag_end(struct treeview_window *twin, int x, int y)
}
}
-static void ami_tree_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg)
+HOOKF(void, ami_tree_scroller_hook, Object *, object, struct IntuiMessage *)
{
ULONG gid;
struct treeview_window *twin = hook->h_Data;