summaryrefslogtreecommitdiff
path: root/amiga/history.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.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.h')
-rwxr-xr-xamiga/history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/history.h b/amiga/history.h
index 5e9bca88c..c9f8254dc 100755
--- a/amiga/history.h
+++ b/amiga/history.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008,2009 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -23,6 +23,7 @@
#define GLOBAL_HISTORY_RECENT_URLS 16
void ami_global_history_initialise(void);
+void ami_global_history_free(void);
struct tree *global_history_tree;
#endif