summaryrefslogtreecommitdiff
path: root/amiga/history_local.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-15 11:21:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-15 11:21:46 +0000
commiteab55f2c5ab33ec1ebf96086adf5a7ac81b8a407 (patch)
tree3b63f3b603aa5723e9a3285aff8eb825de055cc3 /amiga/history_local.h
parentd3d7fc7c66427870096a402c237b545b2327f8bc (diff)
downloadnetsurf-eab55f2c5ab33ec1ebf96086adf5a7ac81b8a407.tar.gz
netsurf-eab55f2c5ab33ec1ebf96086adf5a7ac81b8a407.tar.bz2
Fix warnings
Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785
Diffstat (limited to 'amiga/history_local.h')
-rwxr-xr-xamiga/history_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/history_local.h b/amiga/history_local.h
index c649f7501..5330958a1 100755
--- a/amiga/history_local.h
+++ b/amiga/history_local.h
@@ -35,4 +35,5 @@ struct history_window {
void ami_history_open(struct browser_window *bw, struct history *history);
void ami_history_close(struct history_window *hw);
+BOOL ami_history_event(struct history_window *hw);
#endif