#include "functions.h"
Data Fields | |
int | op |
Op code, e.g. OP_SEARCH. | |
enter_function_t | function |
Function to call. | |
A NeoMutt function.
Definition at line 47 of file functions.h.
int EnterFunction::op |
Op code, e.g. OP_SEARCH.
Definition at line 49 of file functions.h.
enter_function_t EnterFunction::function |
Function to call.
Definition at line 50 of file functions.h.