From bc4a3421c4797eb6401b9f55eff2aec283781c2c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 4 Feb 2023 18:28:44 +0100 Subject: [PATCH] defined why2_empty_decrypted_output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ty zmrde jeden co by ta funkce mohla asi dělat, hmm? FUCK YOU --- src/logger/lib/utils.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/logger/lib/utils.c b/src/logger/lib/utils.c index 89fd7ab..5ec2963 100644 --- a/src/logger/lib/utils.c +++ b/src/logger/lib/utils.c @@ -125,4 +125,13 @@ why2_log_file why2_empty_log_file() INVALID_FILE, NULL }; +} + +why2_decrypted_output why2_empty_decrypted_output() +{ + return (why2_decrypted_output) + { + NULL, + 0 + }; } \ No newline at end of file