NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PgpFunction Struct Reference

A NeoMutt function. More...

#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.
 

Detailed Description

A NeoMutt function.

Definition at line 56 of file pgp_functions.h.

Field Documentation

◆ op

int PgpFunction::op

Op code, e.g. OP_GENERIC_SELECT_ENTRY.

Definition at line 58 of file pgp_functions.h.

◆ function

pgp_function_t PgpFunction::function

Function to call.

Definition at line 59 of file pgp_functions.h.


The documentation for this struct was generated from the following file: