diff options
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 152c5564c0..d38a0ca528 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -94,6 +94,7 @@ public: HANDLE cookies_lock_;
std::map<std::string, std::string> cookies;
+ std::map<std::string, std::string> pages;
std::string get_newsfeed_type();
std::string get_server_type();
@@ -146,6 +147,7 @@ public: bool buddy_list();
bool load_friends();
+ bool load_pages();
bool feeds();
////////////////////////////////////////////////////////////
|