23#ifndef MUTT_BROWSER_FUNCTIONS_H
24#define MUTT_BROWSER_FUNCTIONS_H
int(* browser_function_t)(struct BrowserPrivateData *priv, int op)
int browser_function_dispatcher(struct MuttWindow *win, int op)
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.