defined getFlagsChanged

heehee
This commit is contained in:
Václav Šmejkal 2022-12-10 16:22:03 +01:00
parent 083233c0f6
commit 0db83e0a51
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -73,6 +73,11 @@ encryptionOperation_type_cb getEncryptionOperation()
return encryptionOperation_cb;
}
boolean getFlagsChanged()
{
return flagsChanged;
}
//SETTERS
void setEncryptionSeparator(char encryptionSeparatorNew)
{