Commands private Module data. More...
#include "module_data.h"
Collaboration diagram for CommandsModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| struct ListHead | muttrc_stack |
| LIFO of sourced config files (avoid cycles) | |
Commands private Module data.
Definition at line 31 of file module_data.h.
| struct Notify* CommandsModuleData::notify |
Notifications.
Definition at line 33 of file module_data.h.
| struct ListHead CommandsModuleData::muttrc_stack |
LIFO of sourced config files (avoid cycles)
Definition at line 34 of file module_data.h.