mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
12 lines
482 B
Diff
12 lines
482 B
Diff
--- server/menuitem.c 2012/04/25 19:53:15 1.37
|
|
+++ server/menuitem.c 2013/01/17 21:27:27 1.38
|
|
@@ -33,6 +33,8 @@
|
|
|
|
#define MAX_NUMERIC_LEN 40
|
|
|
|
+extern Menu *main_menu; /* Access to the main menu */
|
|
+
|
|
char *error_strs[] = {"", "Out of range", "Too long", "Too short", "Invalid Address"};
|
|
char *menuitemtypenames[] = {"menu", "action", "checkbox", "ring", "slider", "numeric", "alpha", "ip"};
|
|
char *menueventtypenames[] = {"select", "update", "plus", "minus", "enter", "leave"};
|