From 1ea747196ea9f1b01dcb29fedac62372ca0e300b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 24 Feb 2015 19:51:51 +0000 Subject: Fix more hook functions --- amiga/history_local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/history_local.c') diff --git a/amiga/history_local.c b/amiga/history_local.c index b56293d48..39456496c 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -57,7 +57,7 @@ #include "amiga/history_local.h" void ami_history_update_extent(struct history_window *hw); -static void ami_history_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg); +HOOKF(void, ami_history_scroller_hook, Object *, object, struct IntuiMessage *); /** * Redraw history window. @@ -323,7 +323,7 @@ void ami_history_update_extent(struct history_window *hw) ami_gui_free_space_box(bbox); } -void ami_history_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg) +HOOKF(void, ami_history_scroller_hook, Object *, object, struct IntuiMessage *) { ULONG gid; struct history_window *hw = hook->h_Data; -- cgit v1.2.3