diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -366,7 +366,7 @@ typedef struct { char logic_level_enabled; /* 2 */ char ChanKey_logic_level; /* 3 */ - char model_num[32]; /* 4 */ + char model_num_old[32]; /* 4 */ char serial_num[16]; /* 36 */ short fully_programmed; /* 52 */ @@ -378,8 +378,7 @@ typedef struct { short spare2; /* 59 */ char ChanKey_route; /* 61 */ char on_off_used; /* 62 */ - char password[32]; /* 63 - no longer used */ - char username[32]; /* 95 - no longer used */ + char model_num[64]; /* 63 */ char pcb116c_mon; /* 127 */ |