From c25728b01179b8e53f8022d14363b8a81a8c25d5 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 3 Jan 2014 18:17:25 +0000 Subject: Move new blank tab into own function --- amiga/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 85e5854ea..4ec329eb8 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2012 Chris Young + * Copyright 2008-2014 Chris Young * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -164,6 +164,7 @@ void ami_gui_hotlist_toolbar_update_all(void); void ami_gui_tabs_toggle_all(void); bool ami_locate_resource(char *fullpath, const char *file); void ami_gui_update_hotlist_button(struct gui_window_2 *gwin); +nserror ami_gui_new_blank_tab(struct gui_window_2 *gwin); struct TextFont *origrpfont; struct MinList *window_list; -- cgit v1.2.3