summaryrefslogtreecommitdiff
path: root/amiga/history.h
diff options
context:
space:
mode:
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