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

Buffer for parsing errors. More...

#include "parse.h"

Data Fields

char message [128]
 Error message.
 
const char * position
 Position of error in original string.
 

Detailed Description

Buffer for parsing errors.

Definition at line 33 of file parse.h.

Field Documentation

◆ message

char ExpandoParseError::message[128]

Error message.

Definition at line 35 of file parse.h.

◆ position

const char* ExpandoParseError::position

Position of error in original string.

Definition at line 36 of file parse.h.


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