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