summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index efce84696..b17d98baa 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -57,6 +57,6 @@ void hotlist_add_folder(void);
void hotlist_add_entry(void);
void hotlist_add_page(const char *url);
void hotlist_add_page_xy(const char *url, int x, int y);
-void hotlist_launch_selected(void);
+void hotlist_launch_selected(bool tabs);
#endif