NeoMutt  2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
23
42
43#ifndef MUTT_HELPBAR_LIB_H
44#define MUTT_HELPBAR_LIB_H
45
46struct MuttWindow *helpbar_new(void);
47
48#endif /* MUTT_HELPBAR_LIB_H */
struct MuttWindow * helpbar_new(void)
Create the Help Bar Window.
Definition helpbar.c:317