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 1258dd1..0553fe4 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -65,6 +65,9 @@ mq_tab_new_root(MqWindow *window);
void
mq_tab_update_position(MqTab *tab, guint position);
+const gchar *
+mq_tab_get_title(MqTab *tab);
+
MqTab *
mq_tab_seek(MqTab *node, guint position);