diff options
-rw-r--r-- | pttbbs/mbbsd/pmore.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/pmore.c b/pttbbs/mbbsd/pmore.c index 42c9fc16..54bb6a61 100644 --- a/pttbbs/mbbsd/pmore.c +++ b/pttbbs/mbbsd/pmore.c @@ -2162,7 +2162,10 @@ mf_display_footer( */ MFPROTO void pmore_Preference(); MFPROTO void pmore_QuickRawModePref(); + +#ifdef PMORE_USE_INTERNAL_HELP MFPROTO void pmore_Help(void *ctx, int (*help_handler)(int y, void *ctx)); +#endif /* * pmore utility macros |