diff --git a/include/flags.h b/include/flags.h index c2a0c86..b9489aa 100644 --- a/include/flags.h +++ b/include/flags.h @@ -23,13 +23,13 @@ #define DEPRECATED __attribute__((deprecated)) -typedef struct +typedef struct inputFlag { int skipCheck; int noOutput; } inputFlags; -typedef struct +typedef struct outputFlag { char *outputText; char *usedKey;