#include "functions.h"
Data Fields | |
int | op |
Op code, e.g. OP_GENERIC_SELECT_ENTRY. | |
history_function_t | function |
Function to call. | |
A NeoMutt function.
Definition at line 60 of file functions.h.
int HistoryFunction::op |
Op code, e.g. OP_GENERIC_SELECT_ENTRY.
Definition at line 62 of file functions.h.
history_function_t HistoryFunction::function |
Function to call.
Definition at line 63 of file functions.h.