diff --git a/include/flags.h b/include/flags.h index 488eeb9..1625e65 100644 --- a/include/flags.h +++ b/include/flags.h @@ -24,8 +24,8 @@ typedef struct { - int skipCheck; //BOOLEAN FOR SKIPPING VERSION CHECK - int noOutput; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING + unsigned char skipCheck; //BOOLEAN FOR SKIPPING VERSION CHECK + unsigned char noOutput; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING } inputFlags; typedef struct