#include "functions.h"
Collaboration diagram for PagerFunction:Data Fields | |
| int | op |
| Op code, e.g. OP_MAIN_LIMIT. | |
| pager_function_t | function |
| Function to call. | |
A NeoMutt function.
Definition at line 49 of file functions.h.
| int PagerFunction::op |
Op code, e.g. OP_MAIN_LIMIT.
Definition at line 51 of file functions.h.
| pager_function_t PagerFunction::function |
Function to call.
Definition at line 52 of file functions.h.