diff options
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 622296cdd9..a55d357e3f 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -129,6 +129,8 @@ public: return getByte(hC, "SimpleChatRoom", 0) > (checkIsAdmin ? 1 : 0);
}
+ LONG GetSerial();
+
//////////////////////////////////////////////////////////////////////////////////////
// Registration
@@ -139,6 +141,8 @@ private: //////////////////////////////////////////////////////////////////////////////////////
// Helpers
+ LONG m_iSerial;
+
std::tstring GetAvatarFolder();
void ToggleStatusMenuItems(BOOL bEnable);
|