Fix compilations warnings in pager.c
[apps/madmutt.git] / curs_main.c
index c241ff6..ae62c47 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <imap/imap_private.h>
 
-#include "mutt_crypt.h"
+#include <lib-crypt/crypt.h>
 
 #ifdef USE_NNTP
 #include "nntp.h"
@@ -111,7 +111,7 @@ static const char *No_visible = N_("No visible messages.");
 
 extern size_t UngetCount;
 
-void index_make_entry (char *s, size_t l, MUTTMENU * menu, int num)
+void index_make_entry (char *s, ssize_t l, struct menu_t * menu, int num)
 {
   format_flag flag =
     M_FORMAT_MAKEPRINT | M_FORMAT_ARROWCURSOR | M_FORMAT_INDEX;