23#ifndef MUTT_BROWSER_FUNCTIONS_H
24#define MUTT_BROWSER_FUNCTIONS_H
struct MenuDefinition * MdBrowser
Browser Menu Definition.
int(* browser_function_t)(struct BrowserPrivateData *priv, const struct KeyEvent *event)
int browser_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Browser function.
int op
Op code, e.g. OP_MAIN_LIMIT.
browser_function_t function
Function to call.
Private state data for the Browser.
An event such as a keypress.