23#ifndef MUTT_HELPBAR_PRIVATE_H
24#define MUTT_HELPBAR_PRIVATE_H
void helpbar_wdata_free(struct MuttWindow *win, void **ptr)
Free Helpbar Window data - Implements MuttWindow::wdata_free() -.
struct HelpbarWindowData * helpbar_wdata_get(struct MuttWindow *win)
Get the Helpbar data for this window.
struct HelpbarWindowData * helpbar_wdata_new(void)
Create new Window data for the Helpbar.
int help_menu
Menu for key bindings, e.g. MENU_PAGER.
char * help_str
Formatted Help Bar string.
const struct Mapping * help_data
Data for the Help Bar.
Mapping between user-readable string and a constant.