#include "pgp_functions.h"
Collaboration diagram for PgpFunction:Data Fields | |
| int | op |
| Op code, e.g. OP_GENERIC_SELECT_ENTRY. | |
| pgp_function_t | function |
| Function to call. | |
A NeoMutt function.
Definition at line 56 of file pgp_functions.h.
| int PgpFunction::op |
Op code, e.g. OP_GENERIC_SELECT_ENTRY.
Definition at line 58 of file pgp_functions.h.
| pgp_function_t PgpFunction::function |
Function to call.
Definition at line 59 of file pgp_functions.h.