NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Command Struct Reference

#include "command.h"

Data Fields

const char * name
 Name of the command.
 
enum CommandResult(* parse )(struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err)
 
intptr_t data
 Data or flags to pass to the command.
 

Detailed Description

Definition at line 50 of file command.h.

Field Documentation

◆ name

const char* Command::name

Name of the command.

Definition at line 52 of file command.h.

◆ parse

enum CommandResult(* Command::parse) (struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err)

Definition at line 52 of file command.h.

◆ data

intptr_t Command::data

Data or flags to pass to the command.

Definition at line 67 of file command.h.


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