NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
GlobalFunction Struct Reference

A NeoMutt function. More...

#include "global.h"

Data Fields

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

Detailed Description

A NeoMutt function.

Definition at line 42 of file global.h.

Field Documentation

◆ op

int GlobalFunction::op

Op code, e.g. OP_GLOBAL_NEXT.

Definition at line 44 of file global.h.

◆ function

global_function_t GlobalFunction::function

Function to call.

Definition at line 45 of file global.h.


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