summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 45a930c6a..a3a10b9f3 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -214,7 +214,7 @@ extern bool browser_reformat_pending;
struct browser_window * browser_window_create(const char *url,
struct browser_window *clone, const char *referer,
- bool history_add);
+ bool history_add, bool new_tab);
void browser_window_initialise_common(struct browser_window *bw,
struct browser_window *clone);
void browser_window_go(struct browser_window *bw, const char *url,