NeoMutt
2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
module_data.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_PARSE_MODULE_DATA_H
24
#define MUTT_PARSE_MODULE_DATA_H
25
29
struct
ParseModuleData
30
{
31
int
dummy
;
32
};
33
34
#endif
/* MUTT_PARSE_MODULE_DATA_H */
ParseModuleData
Parse private Module data.
Definition
module_data.h:30
ParseModuleData::dummy
int dummy
Definition
module_data.h:31