summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index 89eb12a..ed28f04 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -62,7 +62,7 @@ void on_session_set(JsonObject * response, int status, gpointer data);
void on_generic_interactive_action(JsonObject * response, int status,
gpointer data);
void auto_connect_if_required(TrgMainWindow * win, TrgClient * tc);
-TrgMainWindow *trg_main_window_new(TrgClient * tc);
+TrgMainWindow *trg_main_window_new(TrgClient * tc, gboolean minonstart);
void trg_main_window_add_status_icon(TrgMainWindow * win);
void trg_main_window_remove_status_icon(TrgMainWindow * win);
void trg_main_window_add_graph(TrgMainWindow * win, gboolean show);