summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index e78eba1..ee0c0f3 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -64,6 +64,9 @@ mq_tab_new_relative(const gchar *uri, MqTab *source);
MqTab *
mq_tab_new_root(MqWindow *window);
+void
+mq_tab_quit(MqTab *tab);
+
MqApplication *
mq_tab_get_application(MqTab *tab);