summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index a14a29b483..41a8b6a1d0 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -95,6 +95,7 @@ public:
std::map<std::string, std::string> cookies;
std::map<std::string, std::string> pages;
+ std::map<std::string, facebook_chatroom> chat_rooms;
std::string get_newsfeed_type();
std::string get_server_type();
@@ -102,7 +103,7 @@ public:
char* load_cookies();
void store_headers(http::response* resp, NETLIBHTTPHEADER* headers, int headers_count);
- void clear_cookies();
+ void clear_cookies();
////////////////////////////////////////////////////////////