diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-17 18:00:05 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-17 18:00:05 +0000 |
commit | 0d8ae90913bd0b53c6af709928e7f5e5a3fc9b50 (patch) | |
tree | 85aaf04425373593c56bb413a158f9102d5ec3ad /protocols/FacebookRM/src/client.h | |
parent | 1c917ac3f485ffac7b4316d633a344fbafcedb78 (diff) |
Facebook: Added few options items - use local time, send seen when marking read, select server to open urls.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4703 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 214e5a81ce..9a531825d5 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -93,6 +93,7 @@ public: std::map< std::string, std::string > cookies;
std::string get_newsfeed_type();
+ std::string get_server_type();
char* load_cookies();
void store_headers(http::response* resp, NETLIBHTTPHEADER* headers, int headers_count);
|