summaryrefslogtreecommitdiff
path: root/src/ephy-notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-notebook.h')
-rw-r--r--src/ephy-notebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h
index 46af51464..6f6c9f355 100644
--- a/src/ephy-notebook.h
+++ b/src/ephy-notebook.h
@@ -57,4 +57,6 @@ void ephy_notebook_tab_set_pinned (EphyNotebook *notebook,
gboolean ephy_notebook_tab_is_pinned (EphyNotebook *notebook,
EphyEmbed *embed);
+void ephy_notebook_switch_to_last_tab (EphyNotebook *notebook);
+
G_END_DECLS