renamed skipCheck to noCheck
This commit is contained in:
parent
da6e40fe3e
commit
df7822975a
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
unsigned char skipCheck; //BOOLEAN FOR SKIPPING VERSION CHECK
|
unsigned char noCheck; //BOOLEAN FOR SKIPPING VERSION CHECK
|
||||||
unsigned char noOutput; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING
|
unsigned char noOutput; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING
|
||||||
} inputFlags;
|
} inputFlags;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user