NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PagerFunction Struct Reference

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for PagerFunction:

Data Fields

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

Detailed Description

A NeoMutt function.

Definition at line 49 of file functions.h.

Field Documentation

◆ op

int PagerFunction::op

Op code, e.g. OP_MAIN_LIMIT.

Definition at line 51 of file functions.h.

◆ function

pager_function_t PagerFunction::function

Function to call.

Definition at line 52 of file functions.h.


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