From 562197577b01aed5c98979a4fc90bf22662172cf Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Thu, 14 Nov 2013 14:45:27 +0100 Subject: Add command to reverse marked images --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 118c89a..58bfafb 100644 --- a/commands.h +++ b/commands.h @@ -55,6 +55,7 @@ bool it_n_or_last(arg_t); bool i_navigate_frame(arg_t); bool i_toggle_animation(arg_t); bool it_toggle_image_mark(arg_t); +bool it_reverse_marks(arg_t); bool it_navigate_marked(arg_t); bool it_scroll_move(arg_t); bool it_scroll_screen(arg_t); -- cgit v1.2.3