NeoMutt
2023-11-03-85-g512e01
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
private_data.h
Go to the documentation of this file.
1
23
#ifndef MUTT_MIXMASTER_PRIVATE_DATA_H
24
#define MUTT_MIXMASTER_PRIVATE_DATA_H
25
29
struct
MixmasterPrivateData
30
{
31
struct
MuttWindow
*
win_hosts
;
32
struct
MuttWindow
*
win_chain
;
33
};
34
35
#endif
/* MUTT_MIXMASTER_PRIVATE_DATA_H */
MixmasterPrivateData
Private state data for the Mixmaster.
Definition:
private_data.h:30
MixmasterPrivateData::win_chain
struct MuttWindow * win_chain
Chain Window.
Definition:
private_data.h:32
MixmasterPrivateData::win_hosts
struct MuttWindow * win_hosts
Hosts Window.
Definition:
private_data.h:31
MuttWindow
Definition:
mutt_window.h:123