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