NeoMutt
2022-04-29-145-g9b6a0e
Teaching an old dog new tricks
DOXYGEN
lib.h
Go to the documentation of this file.
1
42
#ifndef MUTT_SIDEBAR_LIB_H
43
#define MUTT_SIDEBAR_LIB_H
44
45
struct
MuttWindow
;
46
47
void
sb_init
(
void
);
48
void
sb_shutdown
(
void
);
49
50
int
sb_function_dispatcher
(
struct
MuttWindow
*win,
int
op);
51
52
#endif
/* MUTT_SIDEBAR_LIB_H */
sb_function_dispatcher
int sb_function_dispatcher(struct MuttWindow *win, int op)
Perform a Sidebar function - Implements function_dispatcher_t -.
Definition:
functions.c:375
sb_init
void sb_init(void)
Set up the Sidebar.
Definition:
sidebar.c:196
sb_shutdown
void sb_shutdown(void)
Clean up the Sidebar.
Definition:
sidebar.c:208
MuttWindow
Definition:
mutt_window.h:123