NeoMutt  2025-12-11-435-g4ac674
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 50 of file functions.h.

Field Documentation

◆ op

int BrowserFunction::op

Op code, e.g. OP_MAIN_LIMIT.

Definition at line 52 of file functions.h.

◆ function

browser_function_t BrowserFunction::function

Function to call.

Definition at line 53 of file functions.h.


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