Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
GlobalFunction Struct Reference

A NeoMutt function. More...

#include "global.h"

+ Collaboration diagram for GlobalFunction:

Data Fields

int op
 Op code, e.g. OP_ENTER_COMMAND.
 
global_function_t function
 Function to call.
 

Detailed Description

A NeoMutt function.

Definition at line 47 of file global.h.

Field Documentation

◆ op

int GlobalFunction::op

Op code, e.g. OP_ENTER_COMMAND.

Definition at line 49 of file global.h.

◆ function

global_function_t GlobalFunction::function

Function to call.

Definition at line 50 of file global.h.


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