aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index f4ec200ed..ab4f3aa0e 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -94,7 +94,9 @@ EphyAutocompletion *ephy_shell_get_autocompletion (EphyShell *gs);
EphyBookmarks *ephy_shell_get_bookmarks (EphyShell *gs);
-void ephy_shell_show_bookmarks_editor (EphyShell *gs);
+void ephy_shell_show_bookmarks_editor (EphyShell *gs);
+
+void ephy_shell_show_history_window (EphyShell *gs);
G_END_DECLS