summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-10-25 18:35:41 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-10-25 18:35:41 +0300
commit85da6e58410c6fc027068159d19258c518f4c210 (patch)
treed614f5c55f70c76c5833081e35cea97cb02bba2a /protocols/WhatsApp/src/utils.h
parentee5abbbe44376f6b4ba0c373acbf1637ffab3891 (diff)
WhatsApp: fix for reading & decrypting messages
Diffstat (limited to 'protocols/WhatsApp/src/utils.h')
-rw-r--r--protocols/WhatsApp/src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/utils.h b/protocols/WhatsApp/src/utils.h
index a3163ad88d..f102c47c2a 100644
--- a/protocols/WhatsApp/src/utils.h
+++ b/protocols/WhatsApp/src/utils.h
@@ -203,6 +203,7 @@ CMStringA file2string(const wchar_t *pwszFileName);
CMStringA directPath2url(const char *pszDirectPath);
std::string decodeBinStr(const std::string &buf);
+MBinBuffer decodeBufStr(const std::string &buf);
MBinBuffer aesDecrypt(
const EVP_CIPHER *cipher,