#include "functions.h"
Data Fields | |
int | op |
Op code, e.g. OP_AUTOCRYPT_CREATE_ACCT. | |
autocrypt_function_t | function |
Function to call. | |
A NeoMutt function.
Definition at line 54 of file functions.h.
int AutocryptFunction::op |
Op code, e.g. OP_AUTOCRYPT_CREATE_ACCT.
Definition at line 56 of file functions.h.
autocrypt_function_t AutocryptFunction::function |
Function to call.
Definition at line 57 of file functions.h.