X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fmenu.h;h=7c27264a69076500ab43ce481ccae18393c8ff92;hp=96c2c5398a22ce1a1f72429b681e655da10b8959;hb=b6980caf7b13994c57957872876cdecc21e54a82;hpb=4a0b020a3048f079979bea43c04f9fe388f9354d diff --git a/lib-ui/menu.h b/lib-ui/menu.h index 96c2c53..7c27264 100644 --- a/lib-ui/menu.h +++ b/lib-ui/menu.h @@ -12,9 +12,9 @@ * This file is named mutt_menu.h so it doesn't collide with ncurses menu.h */ -#include "keymap.h" +#include -#include "lib/rx.h" +#include "keymap.h" #define REDRAW_INDEX (1) #define REDRAW_MOTION (1<<1) @@ -92,7 +92,7 @@ void menu_current_top (MUTTMENU *); void menu_current_middle (MUTTMENU *); void menu_current_bottom (MUTTMENU *); void menu_check_recenter (MUTTMENU *); -void menu_status_line (char *, size_t, MUTTMENU *, const char *); +void menu_status_line (char *, ssize_t, MUTTMENU *, const char *); MUTTMENU *mutt_new_menu (void); void mutt_menuDestroy (MUTTMENU **);