OSDN Git Service

[Backlight][LCD][v1.0] Fix white screen on resume.
[openi2cradio/OpenI2CRadio.git] / helps.h
diff --git a/helps.h b/helps.h
index ef94a95..1ccfa73 100644 (file)
--- a/helps.h
+++ b/helps.h
 extern "C" {
 #endif
 
-    extern unsigned char printhelp_2lines(char *l1, char *l2);
+    extern unsigned char printhelp_2lines(const char *l1, const char *l2);
+    extern unsigned char numeric_help(void);
     extern void updown_help(void);
     extern void mainmenu_help(void);
     extern void  setup_help(void);
-
+    extern void userfreq_help(void);
 
 
 #ifdef __cplusplus