NeoMutt  2024-04-25-102-g19653a
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ComposeFunction Struct Reference

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for ComposeFunction:

Data Fields

int op
 Op code, e.g. OP_COMPOSE_WRITE_MESSAGE.
 
compose_function_t function
 Function to call.
 

Detailed Description

A NeoMutt function.

Definition at line 44 of file functions.h.

Field Documentation

◆ op

int ComposeFunction::op

Op code, e.g. OP_COMPOSE_WRITE_MESSAGE.

Definition at line 46 of file functions.h.

◆ function

compose_function_t ComposeFunction::function

Function to call.

Definition at line 47 of file functions.h.


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