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