aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.h')
-rw-r--r--src/window-commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window-commands.h b/src/window-commands.h
index 39ff5707d..4669b3971 100644
--- a/src/window-commands.h
+++ b/src/window-commands.h
@@ -165,3 +165,8 @@ void window_cmd_load_location (GtkAction *action,
void window_cmd_browse_with_caret (GtkAction *action,
EphyWindow *window);
+
+#ifdef HAVE_X11_XF86KEYSYM_H
+void window_cmd_go_home (GtkAction *action,
+ EphyWindow *window);
+#endif