diff options
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index d5fb32e80d..475f564027 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -211,6 +211,8 @@ public: void generatePrekeys(int count); + void logError(int code, const char *szMessage); + void processSenderKeyMessage(const proto::Message_SenderKeyDistributionMessage &msg); }; |