created getter for encryptionOperation_cb in header file

This commit is contained in:
Václav Šmejkal 2022-10-17 16:43:56 +02:00
parent 0edab92261
commit 2a09a38acf
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -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);