created struct for inputFlags
This commit is contained in:
parent
76539d1a50
commit
c8b4780f5c
@ -23,6 +23,12 @@
|
|||||||
|
|
||||||
#define DEPRECATED __attribute__((deprecated))
|
#define DEPRECATED __attribute__((deprecated))
|
||||||
|
|
||||||
|
struct inputFlags
|
||||||
|
{
|
||||||
|
int skipCheck;
|
||||||
|
int noOutput;
|
||||||
|
};
|
||||||
|
|
||||||
//VARIABLES
|
//VARIABLES
|
||||||
static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <
|
static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user