NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
40#ifndef MUTT_SIDEBAR_LIB_H
41#define MUTT_SIDEBAR_LIB_H
42
43struct MuttWindow;
44
45void sb_init (void);
46void sb_cleanup(void);
47
48int sb_function_dispatcher(struct MuttWindow *win, int op);
49
50#endif /* MUTT_SIDEBAR_LIB_H */
int sb_function_dispatcher(struct MuttWindow *win, int op)
Perform a Sidebar function - Implements function_dispatcher_t -.
Definition: functions.c:375
void sb_init(void)
Set up the Sidebar.
Definition: sidebar.c:201
void sb_cleanup(void)
Clean up the Sidebar.
Definition: sidebar.c:213