NeoMutt  2024-12-12-19-ge4b57e
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
41#ifndef MUTT_SIDEBAR_LIB_H
42#define MUTT_SIDEBAR_LIB_H
43
44struct MuttWindow;
45
46void sb_init (void);
47void sb_cleanup(void);
48
49int sb_function_dispatcher(struct MuttWindow *win, int op);
50
51#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:202
void sb_cleanup(void)
Clean up the Sidebar.
Definition: sidebar.c:218