defined why2_empty_decrypted_output

ty zmrde jeden co by ta funkce mohla asi dělat, hmm? FUCK YOU
This commit is contained in:
Václav Šmejkal 2023-02-04 18:28:44 +01:00
parent ccf6a321fd
commit bc4a3421c4
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -126,3 +126,12 @@ why2_log_file why2_empty_log_file()
NULL NULL
}; };
} }
why2_decrypted_output why2_empty_decrypted_output()
{
return (why2_decrypted_output)
{
NULL,
0
};
}