summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab.h b/src/tab.h
index 213e286..20259ab 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -52,10 +52,10 @@ struct MqTab {
};
MqTab *
-mq_tab_new(MqApplication *application, gchar *uri);
+mq_tab_new(MqApplication *application, gchar *uri, MqTab *source);
MqTab *
-mq_tab_new_relative(MqApplication *application, gchar *uri, MqTab *parent);
+mq_tab_new_relative(MqApplication *application, gchar *uri, MqTab *source);
MqTab *
mq_tab_new_root(void)