diff --git a/src/core/lib/flags.c b/src/core/lib/flags.c index 556180c..7ca026c 100644 --- a/src/core/lib/flags.c +++ b/src/core/lib/flags.c @@ -73,6 +73,11 @@ encryptionOperation_type_cb getEncryptionOperation() return encryptionOperation_cb; } +boolean getFlagsChanged() +{ + return flagsChanged; +} + //SETTERS void setEncryptionSeparator(char encryptionSeparatorNew) {