added missing comments
This commit is contained in:
parent
e6fd6f04a1
commit
e3ae3fe411
@ -25,14 +25,14 @@
|
|||||||
|
|
||||||
typedef struct input
|
typedef struct input
|
||||||
{
|
{
|
||||||
int skipCheck;
|
int skipCheck; //BOOLEAN FOR SKIPPING VERSION CHECK
|
||||||
int noOutput;
|
int noOutput; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING
|
||||||
} inputFlags;
|
} inputFlags;
|
||||||
|
|
||||||
typedef struct output
|
typedef struct output
|
||||||
{
|
{
|
||||||
char *outputText;
|
char *outputText; //VARIABLE FOR ENCRYPTED/DECRYPTED TEXT
|
||||||
char *usedKey;
|
char *usedKey; //VARIABLE FOR USED/GENERATED KEY
|
||||||
} outputFlags;
|
} outputFlags;
|
||||||
|
|
||||||
//VARIABLES
|
//VARIABLES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user