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

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for AutocryptFunction:

Data Fields

int op
 Op code, e.g. OP_AUTOCRYPT_CREATE_ACCT.
 
autocrypt_function_t function
 Function to call.
 

Detailed Description

A NeoMutt function.

Definition at line 54 of file functions.h.

Field Documentation

◆ op

int AutocryptFunction::op

Op code, e.g. OP_AUTOCRYPT_CREATE_ACCT.

Definition at line 56 of file functions.h.

◆ function

autocrypt_function_t AutocryptFunction::function

Function to call.

Definition at line 57 of file functions.h.


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