NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
BrowserFunction Struct Reference

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for BrowserFunction:

Data Fields

int op
 Op code, e.g. OP_MAIN_LIMIT.
 
browser_function_t function
 Function to call.
 

Detailed Description

A NeoMutt function.

Definition at line 43 of file functions.h.

Field Documentation

◆ op

int BrowserFunction::op

Op code, e.g. OP_MAIN_LIMIT.

Definition at line 45 of file functions.h.

◆ function

browser_function_t BrowserFunction::function

Function to call.

Definition at line 46 of file functions.h.


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