created setter for encryptionOperation in a header file
This commit is contained in:
parent
565271f673
commit
e6648787e8
@ -65,5 +65,6 @@ encryptionOperation_type_cb getEncryptionOperation(); //RETURNS FUNCTION WHICH I
|
|||||||
void setEncryptionSeparator(char encryptionSeparatorNew);
|
void setEncryptionSeparator(char encryptionSeparatorNew);
|
||||||
void setKeyLength(int keyLengthNew);
|
void setKeyLength(int keyLengthNew);
|
||||||
void setFlags(inputFlags newFlags); //.... whatcha think?
|
void setFlags(inputFlags newFlags); //.... whatcha think?
|
||||||
|
void setEncryptionOperation(encryptionOperation_type_cb newEncryptionOperation); //are you that dumb?
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user