NeoMutt  2024-04-16-36-g75b6fb
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 47 of file functions.h.

Field Documentation

◆ op

int EnterFunction::op

Op code, e.g. OP_SEARCH.

Definition at line 49 of file functions.h.

◆ function

enter_function_t EnterFunction::function

Function to call.

Definition at line 50 of file functions.h.


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