NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EnterFunction Struct Reference

A NeoMutt function. More...

#include "functions.h"

Collaboration diagram for EnterFunction:

Data Fields

int op
 Op code, e.g. OP_SEARCH.
enter_function_t function
 Function to call.

Detailed Description

A NeoMutt function.

Definition at line 63 of file functions.h.

Field Documentation

◆ op

int EnterFunction::op

Op code, e.g. OP_SEARCH.

Definition at line 65 of file functions.h.

◆ function

enter_function_t EnterFunction::function

Function to call.

Definition at line 66 of file functions.h.


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