created setter for encryptionOperation in a header file

This commit is contained in:
Václav Šmejkal 2022-10-17 16:53:26 +02:00
parent 565271f673
commit e6648787e8
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -65,5 +65,6 @@ encryptionOperation_type_cb getEncryptionOperation(); //RETURNS FUNCTION WHICH I
void setEncryptionSeparator(char encryptionSeparatorNew);
void setKeyLength(int keyLengthNew);
void setFlags(inputFlags newFlags); //.... whatcha think?
void setEncryptionOperation(encryptionOperation_type_cb newEncryptionOperation); //are you that dumb?
#endif