created getter for encryptionOperation_cb in header file
This commit is contained in:
parent
0edab92261
commit
2a09a38acf
@ -59,6 +59,7 @@ unsigned long getKeyLength();
|
||||
inputFlags defaultFlags(); //THIS GENERATES inputFlags WITH DEFAULT VALUES
|
||||
inputFlags getFlags(); //RETURNS USED FLAGS
|
||||
outputFlags noOutput(boolean exitCode); //SAME AS defaultFlags() BUT FOR outputFlags
|
||||
encryptionOperation_type_cb getEncryptionOperation(); //RETURNS FUNCTION WHICH IS USED FOR ENCRYPTION & DECRYPTION
|
||||
|
||||
//SETTERS
|
||||
void setEncryptionSeparator(char encryptionSeparatorNew);
|
||||
|
Loading…
x
Reference in New Issue
Block a user