diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-05-29 12:37:25 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-05-29 12:37:25 +0000 |
commit | c7cde3a161cdc4714e11bb14187d0aa45c0ad8c5 (patch) | |
tree | 0797065382878b9b399dd4c9e50d2eaf9f53617f /protocols/FacebookRM/src/client.h | |
parent | 69b82aa7f8c3447d45e3b7d7f54a451100a0bb1a (diff) |
Facebook: Loading last 30 messages after open contact window
git-svn-id: http://svn.miranda-ng.org/main/trunk@9339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index b17cc8b202..5189e1be68 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -104,6 +104,8 @@ public: std::string get_server_type();
std::string get_privacy_type();
+ std::map<MCONTACT, bool> ignore_read;
+
char* load_cookies();
void store_headers(http::response* resp, NETLIBHTTPHEADER* headers, int headers_count);
void clear_cookies();
|