diff options
Diffstat (limited to 'apps/plugins/puzzles/help.h')
| -rw-r--r-- | apps/plugins/puzzles/help.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h index e97fe87..29fcb82 100644 --- a/apps/plugins/puzzles/help.h +++ b/apps/plugins/puzzles/help.h @@ -1,7 +1,7 @@ -/* defined in helpcontent.c */ +/* defined in help/ */ -extern int help_chapteroffsets[], help_maxlen, help_numchapters; extern const char help_text[]; +extern const char quick_help_text[]; /* in help.c */ void full_help(const char *name); |