declared getFlags & setFlags
This commit is contained in:
parent
692e76db17
commit
c3b5db0124
@ -26,6 +26,11 @@ inputFlags defaultFlags()
|
||||
return DEFAULT_FLAGS;
|
||||
}
|
||||
|
||||
inputFlags getFlags()
|
||||
{
|
||||
return flags;
|
||||
}
|
||||
|
||||
outputFlags noOutput(unsigned char exitCode)
|
||||
{
|
||||
char *emptyText = malloc(1); //TEXT
|
||||
@ -52,4 +57,9 @@ void setEncryptionSeparator(char encryptionSeparatorNew)
|
||||
void setKeyLength(int keyLengthNew)
|
||||
{
|
||||
keyLength = keyLengthNew;
|
||||
}
|
||||
|
||||
void setFlags(inputFlags newFlags)
|
||||
{
|
||||
flags = newFlags;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user