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

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for AliasFunction:

Data Fields

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

Detailed Description

A NeoMutt function.

Definition at line 51 of file functions.h.

Field Documentation

◆ op

int AliasFunction::op

Op code, e.g. OP_SEARCH.

Definition at line 53 of file functions.h.

◆ function

alias_function_t AliasFunction::function

Function to call.

Definition at line 54 of file functions.h.


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