summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r--protocols/Facebook/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h
index 4c2a2310e0..6255e0b722 100644
--- a/protocols/Facebook/src/proto.h
+++ b/protocols/Facebook/src/proto.h
@@ -475,6 +475,7 @@ class FacebookProto : public PROTO<FacebookProto>
FacebookUser* UserFromJson(const JSONNode &root, CMStringW &wszId, bool &bIsChat);
+ bool CheckOwnMessage(FacebookUser *pUser, __int64 offlineId, const char *pszMsgId);
void FetchAttach(const CMStringA &mid, __int64 fbid, CMStringA &szBody);
void NotifyDelivery(const CMStringA &msgid);