summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-10-28 20:07:32 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-10-28 20:07:32 +0300
commit80ca1947771c0a993abd903cabca462d0d0eb484 (patch)
tree9de79e5390e2a974f5f64f4176acf1ae1ffd02a6 /protocols/WhatsApp/src/utils.h
parent382f44ca43fb631be7ba14adb9f643ef99f4c2d3 (diff)
WhatsApp: protobuf message printer is with us again
Diffstat (limited to 'protocols/WhatsApp/src/utils.h')
-rw-r--r--protocols/WhatsApp/src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/utils.h b/protocols/WhatsApp/src/utils.h
index 75b60767b7..375104f865 100644
--- a/protocols/WhatsApp/src/utils.h
+++ b/protocols/WhatsApp/src/utils.h
@@ -208,6 +208,8 @@ MBinBuffer decodeBufStr(const std::string &buf);
void padBuffer16(MBinBuffer &buf);
MBinBuffer unpadBuffer16(const MBinBuffer &buf);
+CMStringA protobuf_c_text_to_string(const ProtobufCMessage *m);
+
MBinBuffer aesDecrypt(
const EVP_CIPHER *cipher,
const uint8_t *key,