diff --git a/include/flags.h b/include/flags.h index 80dc3a3..f26b7ae 100644 --- a/include/flags.h +++ b/include/flags.h @@ -17,14 +17,14 @@ static int keyLength = 50; static int skipCheck = 0; static int noOutput = 0; -//FUNCTIONS +//GETTERS int getSkipCheck(); -void setSkipCheck(int skipCheckNew); - int getKeyLength(); -void setKeyLength(int keyLengthNew); - int getNoOutput(); + +//SETTERS +void setSkipCheck(int skipCheckNew); +void setKeyLength(int keyLengthNew); void setNoOutput(int noOutputNew); #endif