From c8b4780f5c6f54aa275a1529002524c40001b933 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 5 May 2022 18:50:45 +0200 Subject: [PATCH] created struct for inputFlags --- include/flags.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/flags.h b/include/flags.h index 9070005..48db78f 100644 --- a/include/flags.h +++ b/include/flags.h @@ -23,6 +23,12 @@ #define DEPRECATED __attribute__((deprecated)) +struct inputFlags +{ + int skipCheck; + int noOutput; +}; + //VARIABLES static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <