#include "functions.h"
Collaboration diagram for PatternFunction:Data Fields | |
| int | op |
| Op code, e.g. OP_GENERIC_SELECT_ENTRY. | |
| pattern_function_t | function |
| Function to call. | |
A NeoMutt function.
Definition at line 45 of file functions.h.
| int PatternFunction::op |
Op code, e.g. OP_GENERIC_SELECT_ENTRY.
Definition at line 47 of file functions.h.
| pattern_function_t PatternFunction::function |
Function to call.
Definition at line 48 of file functions.h.