This commit is contained in:
Václav Šmejkal 2022-05-05 19:11:08 +02:00
parent 9918c4ab4a
commit 60356033fa

View File

@ -23,13 +23,13 @@
#define DEPRECATED __attribute__((deprecated)) #define DEPRECATED __attribute__((deprecated))
typedef struct typedef struct inputFlag
{ {
int skipCheck; int skipCheck;
int noOutput; int noOutput;
} inputFlags; } inputFlags;
typedef struct typedef struct outputFlag
{ {
char *outputText; char *outputText;
char *usedKey; char *usedKey;