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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window-commands.h b/src/window-commands.h
index 1bafbc460..30026ee9c 100644
--- a/src/window-commands.h
+++ b/src/window-commands.h
@@ -94,6 +94,9 @@ void window_cmd_edit_copy (GtkAction *action,
void window_cmd_edit_paste (GtkAction *action,
EphyWindow *window);
+void window_cmd_edit_delete (GtkAction *action,
+ EphyWindow *window);
+
void window_cmd_edit_select_all (GtkAction *action,
EphyWindow *window);