summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/help.h')
-rw-r--r--apps/plugins/puzzles/help.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h
index e97fe870bf..29fcb8271c 100644
--- a/apps/plugins/puzzles/help.h
+++ b/apps/plugins/puzzles/help.h
@@ -1,7 +1,7 @@
1/* defined in helpcontent.c */ 1/* defined in help/ */
2 2
3extern int help_chapteroffsets[], help_maxlen, help_numchapters;
4extern const char help_text[]; 3extern const char help_text[];
4extern const char quick_help_text[];
5 5
6/* in help.c */ 6/* in help.c */
7void full_help(const char *name); 7void full_help(const char *name);