#include "functions.h"
Collaboration diagram for IndexFunction:Data Fields | |
| int | op |
| Op code, e.g. OP_MAIN_LIMIT. | |
| index_function_t | function |
| Function to call. | |
| int | flags |
| Prerequisites for the function, e.g. CHECK_IN_MAILBOX. | |
A NeoMutt function.
Definition at line 48 of file functions.h.
| int IndexFunction::op |
Op code, e.g. OP_MAIN_LIMIT.
Definition at line 50 of file functions.h.
| index_function_t IndexFunction::function |
Function to call.
Definition at line 51 of file functions.h.
| int IndexFunction::flags |
Prerequisites for the function, e.g. CHECK_IN_MAILBOX.
Definition at line 52 of file functions.h.