From e6648787e8350cf3e20ead524c6a630ef412f581 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 17 Oct 2022 16:53:26 +0200 Subject: [PATCH] created setter for encryptionOperation in a header file --- include/flags.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/flags.h b/include/flags.h index 33bdee3..f901bde 100644 --- a/include/flags.h +++ b/include/flags.h @@ -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