summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-03 18:17:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-03 18:17:25 +0000
commitc25728b01179b8e53f8022d14363b8a81a8c25d5 (patch)
treeb2b90ea82b7f3557a92035dc0d13a24391097089 /amiga/gui.h
parent5fe89ab13500120c4d365448e17642e7f9ce3fa8 (diff)
downloadnetsurf-c25728b01179b8e53f8022d14363b8a81a8c25d5.tar.gz
netsurf-c25728b01179b8e53f8022d14363b8a81a8c25d5.tar.bz2
Move new blank tab into own function
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
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 <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008-2014 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* 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;