#include "functions.h"
Collaboration diagram for BrowserFunction:Data Fields | |
| int | op |
| Op code, e.g. OP_MAIN_LIMIT. | |
| browser_function_t | function |
| Function to call. | |
A NeoMutt function.
Definition at line 43 of file functions.h.
| int BrowserFunction::op |
Op code, e.g. OP_MAIN_LIMIT.
Definition at line 45 of file functions.h.
| browser_function_t BrowserFunction::function |
Function to call.
Definition at line 46 of file functions.h.