summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index 6dfe998..4ca23e9 100644
--- a/common.h
+++ b/common.h
@@ -121,9 +121,10 @@ extern char LogFileName[512];
extern char loadfile[512],savefile[512];
extern WORD *memCODE_W;
extern int size,sizeW,sizeEE,sizeCONFIG,sizeUSERID;
-extern unsigned char *memCODE,*memEE,memID[64],memCONFIG[48],memUSERID[8];
+extern unsigned char *memCODE,*memEE,memID[512],memCONFIG[48],memUSERID[8];
extern double hvreg;
extern int RWstop;
+extern int useSAFLOCK_flag;
int StartHVReg(double V);
void msDelay(double delay);