23#ifndef MUTT_NCRYPT_PGP_FUNCTIONS_H
24#define MUTT_NCRYPT_PGP_FUNCTIONS_H
int pgp_function_dispatcher(struct MuttWindow *win, int op)
Perform a Pgp function - Implements function_dispatcher_t -.
int(* pgp_function_t)(struct PgpData *pd, int op)
Data to pass to the Pgp Functions.
struct PgpUid ** key_table
Array of Keys.
struct Menu * menu
Pgp Menu.
bool done
Should we close the Dialog?
struct PgpKeyInfo * key
Selected Key.
int op
Op code, e.g. OP_GENERIC_SELECT_ENTRY.
pgp_function_t function
Function to call.
Information about a PGP key.