NeoMutt  2024-04-25-91-gb0e085
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
42#ifndef MUTT_HELPBAR_LIB_H
43#define MUTT_HELPBAR_LIB_H
44
45struct MuttWindow *helpbar_new(void);
46
47#endif /* MUTT_HELPBAR_LIB_H */
struct MuttWindow * helpbar_new(void)
Create the Help Bar Window.
Definition: helpbar.c:333