diff options
Diffstat (limited to 'src/window-commands.h')
-rw-r--r-- | src/window-commands.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window-commands.h b/src/window-commands.h index 59238d257..6284108c8 100644 --- a/src/window-commands.h +++ b/src/window-commands.h @@ -85,6 +85,9 @@ void window_cmd_file_print (GtkAction *action, void window_cmd_file_send_to (GtkAction *action, EphyWindow *window); +void window_cmd_file_work_offline (GtkAction *action, + EphyWindow *window); + void window_cmd_file_close_window (GtkAction *action, EphyWindow *window); |