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 b7c15d6..1042f21 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -66,4 +66,7 @@ mq_tab_get_container(MqTab *tab);
void
mq_tab_update_position(MqTab *tab, guint position);
+MqTab *
+mq_tab_seek(MqTab *node, guint position);
+
#endif