NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
win_hosts.h
Go to the documentation of this file.
1
23#ifndef MUTT_MIXMASTER_WIN_HOSTS_H
24#define MUTT_MIXMASTER_WIN_HOSTS_H
25
26struct RemailerArray;
27struct MuttWindow;
28
29struct Remailer * win_hosts_get_selection(struct MuttWindow *win);
30struct MuttWindow *win_hosts_new(struct RemailerArray *ra);
31
32#endif /* MUTT_MIXMASTER_WIN_HOSTS_H */
A Mixmaster remailer.
Definition: remailer.h:40
struct MuttWindow * win_hosts_new(struct RemailerArray *ra)
Create a new Hosts Window.
Definition: win_hosts.c:185
struct Remailer * win_hosts_get_selection(struct MuttWindow *win)
Get the current selection.
Definition: win_hosts.c:206