NeoMutt
2024-10-02-37-gfa9146
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
43
struct
MuttWindow
;
44
45
void
sb_init
(
void
);
46
void
sb_cleanup
(
void
);
47
48
int
sb_function_dispatcher
(
struct
MuttWindow
*win,
int
op);
49
50
#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:201
sb_cleanup
void sb_cleanup(void)
Clean up the Sidebar.
Definition:
sidebar.c:213
MuttWindow
Definition:
mutt_window.h:122