summaryrefslogtreecommitdiff
path: root/amiga/history_local.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/history_local.c
parenta18f79ee5edb5b39263ac84627a86752bfea827d (diff)
downloadnetsurf-1ea747196ea9f1b01dcb29fedac62372ca0e300b.tar.gz
netsurf-1ea747196ea9f1b01dcb29fedac62372ca0e300b.tar.bz2
Fix more hook functions
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c4
1 files changed, 2 insertions, 2 deletions
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;