summaryrefslogtreecommitdiff
path: root/com32/modules/readconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/modules/readconfig.c')
-rw-r--r--com32/modules/readconfig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/modules/readconfig.c b/com32/modules/readconfig.c
index b3314a75..82b2c56e 100644
--- a/com32/modules/readconfig.c
+++ b/com32/modules/readconfig.c
@@ -31,6 +31,8 @@ int timeout = 0;
char *menu_title = "";
char *ontimeout = NULL;
+char *menu_master_passwd = NULL;
+
struct menu_entry menu_entries[MAX_ENTRIES];
struct menu_entry *menu_hotkeys[256];