X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcurs_main.c;h=799d08b122b1373d020d2596122cdd5ff62669d4;hp=0fa37cb75f4b9f6a63d3cf4ae38a732441d86d4a;hb=785bb3cb4dd83ec1071998a64af74e333d076347;hpb=a552eb852c1d02cedb0c6517603ce44a219e3110 diff --git a/lib-ui/curs_main.c b/lib-ui/curs_main.c index 0fa37cb..799d08b 100644 --- a/lib-ui/curs_main.c +++ b/lib-ui/curs_main.c @@ -14,7 +14,7 @@ #include #include -#include +#include "pop.h" #include "curses.h" #include "menu.h" @@ -393,10 +393,10 @@ int mutt_index_menu (void) int oldcount = -1; int rc = -1; MUTTMENU *menu; - char *cp; /* temporary variable. */ + const char *cp; /* temporary variable. */ int index_hint; /* used to restore cursor position */ int do_buffy_notify = 1; - int closed = 0; /* did we OP_QUIT or OP_EXIT out of this menu? */ + int closed = 0; /* did we OP_QUIT or OP_EXIT out of this menu? */ int attach_msg = option (OPTATTACHMSG); menu = mutt_new_menu ();