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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/window-commands.h b/src/window-commands.h
index 2f0f8bc14..63640abbe 100644
--- a/src/window-commands.h
+++ b/src/window-commands.h
@@ -80,6 +80,12 @@ void window_cmd_file_send_to (GtkAction *action,
void window_cmd_file_close_window (GtkAction *action,
EphyWindow *window);
+void window_cmd_edit_undo (GtkAction *action,
+ EphyWindow *window);
+
+void window_cmd_edit_redo (GtkAction *action,
+ EphyWindow *window);
+
void window_cmd_edit_cut (GtkAction *action,
EphyWindow *window);