mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-28 00:06:20 -04:00
- embeds the upstream halibut documentation for plugin use - currently every plugin has a copy of the help text, but in the future a centralized system using overlays might be better Change-Id: Idb6eb9accc2fa786a4c6bc2b704e7cf5fd3f78dd
7 lines
179 B
C
7 lines
179 B
C
/* defined in helpcontent.c */
|
|
|
|
extern int help_chapteroffsets[], help_maxlen, help_numchapters;
|
|
extern const char help_text[];
|
|
|
|
/* in help.c */
|
|
void full_help(const char *name);
|