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

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for PatternFunction:

Data Fields

int op
 Op code, e.g. OP_GENERIC_SELECT_ENTRY.
 
pattern_function_t function
 Function to call.
 

Detailed Description

A NeoMutt function.

Definition at line 58 of file functions.h.

Field Documentation

◆ op

int PatternFunction::op

Op code, e.g. OP_GENERIC_SELECT_ENTRY.

Definition at line 60 of file functions.h.

◆ function

pattern_function_t PatternFunction::function

Function to call.

Definition at line 61 of file functions.h.


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