From eab55f2c5ab33ec1ebf96086adf5a7ac81b8a407 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 15 Mar 2009 11:21:46 +0000 Subject: Fix warnings Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785 --- amiga/history.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/history.h') 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 + * Copyright 2008,2009 Chris Young * * 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 -- cgit v1.2.3