X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..939639fcf1dad1b8f3a85d641f41d11c49281f3c:/mutt_menu.h diff --git a/mutt_menu.h b/mutt_menu.h index 49500bd..6ca70d7 100644 --- a/mutt_menu.h +++ b/mutt_menu.h @@ -75,11 +75,11 @@ typedef struct menu_t /* the following are used only by mutt_menuLoop() */ int top; /* entry that is the top of the current page */ int oldcurrent; /* for driver use only. */ - char *searchBuf; /* last search pattern */ int searchDir; /* direction of search */ int tagged; /* number of tagged entries */ } MUTTMENU; +void mutt_menu_init (void); void menu_jump (MUTTMENU *); void menu_redraw_full (MUTTMENU *); void menu_redraw_index (MUTTMENU *); @@ -104,7 +104,7 @@ void menu_current_bottom (MUTTMENU *); void menu_check_recenter (MUTTMENU *); void menu_status_line (char *, size_t, MUTTMENU *, const char *); -MUTTMENU *mutt_new_menu (void); +MUTTMENU *mutt_new_menu (int); void mutt_menuDestroy (MUTTMENU **); int mutt_menuLoop (MUTTMENU *);