summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:44:20 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:44:20 +0100
commit88ae1ff267c541ded537672ac7b7f29308ad701d (patch)
treea7ec98ff90d34e39503d8e5cbe34e56ab3bd853d /frontends/amiga/history_local.c
parentdf2b14ed5f26f6aabaad548d38a24a724b242047 (diff)
downloadnetsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.gz
netsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.bz2
Ensure variables are declared correctly
Diffstat (limited to 'frontends/amiga/history_local.c')
-rwxr-xr-xfrontends/amiga/history_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/history_local.c b/frontends/amiga/history_local.c
index e7171e2b2..e08349616 100755
--- a/frontends/amiga/history_local.c
+++ b/frontends/amiga/history_local.c
@@ -57,7 +57,7 @@
#include "amiga/gui.h"
#include "amiga/history_local.h"
-void ami_history_update_extent(struct history_window *hw);
+static void ami_history_update_extent(struct history_window *hw);
HOOKF(void, ami_history_scroller_hook, Object *, object, struct IntuiMessage *);
/**
@@ -295,7 +295,7 @@ BOOL ami_history_event(struct history_window *hw)
return FALSE;
}
-void ami_history_update_extent(struct history_window *hw)
+static void ami_history_update_extent(struct history_window *hw)
{
struct IBox *bbox;
int width, height;