created decryptedOutput typedef
This commit is contained in:
parent
c001f9c6bb
commit
6e3e05aa0b
@ -57,6 +57,12 @@ typedef struct
|
|||||||
char *key;
|
char *key;
|
||||||
} logFlags;
|
} logFlags;
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
char **decryptedText;
|
||||||
|
unsigned long length;
|
||||||
|
} decryptedOutput;
|
||||||
|
|
||||||
//GETTERS
|
//GETTERS
|
||||||
logFlags getLogFlags(void);
|
logFlags getLogFlags(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user