refactoring for Wiz port; random cleanups
[libpicofe.git] / common / menu.h
index 3f77603..430f002 100644 (file)
@@ -96,7 +96,7 @@ typedef enum
 
 typedef struct
 {
-       char *name;
+       const char *name;
        menu_behavior beh;
        menu_id id;
        void *var;              /* for on-off/range settings */
@@ -156,6 +156,9 @@ void menu_init(void);
 void text_out16(int x, int y, const char *texto, ...);
 void me_update_msg(const char *msg);
 
+void menu_loop(void);
+int  menu_loop_tray(void);
+
 menu_entry *me_list_get_first(void);
 menu_entry *me_list_get_next(void);