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
44
struct
MuttWindow
;
45
46
void
sb_init
(
void
);
47
void
sb_cleanup
(
void
);
48
49
int
sb_function_dispatcher
(
struct
MuttWindow
*win,
int
op);
50
51
#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:202
sb_cleanup
void sb_cleanup(void)
Clean up the Sidebar.
Definition:
sidebar.c:218
MuttWindow
Definition:
mutt_window.h:123