diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-09-09 07:29:38 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-09-09 07:29:38 +0000 |
commit | dee5ce2a65db4c11371a565cbfac0fe082949776 (patch) | |
tree | dfc93f0816b5498392bcfd6181a9bd747a6bd442 /protocols/FacebookRM/client.h | |
parent | d3d721fc3dc0702aa06e44a022824ad5df4267b7 (diff) |
Partial fix for setting machine name at login.
Miranda IM -> Miranda NG
git-svn-id: http://svn.miranda-ng.org/main/trunk@1550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/client.h')
-rw-r--r-- | protocols/FacebookRM/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/client.h b/protocols/FacebookRM/client.h index 2e854c2c98..d11cf0ab55 100644 --- a/protocols/FacebookRM/client.h +++ b/protocols/FacebookRM/client.h @@ -164,7 +164,7 @@ public: // HTTP communication
- http::response flap( const int request_type, std::string* request_data = NULL, std::string* request_get_data = NULL );
+ http::response flap( const int request_type, std::string* request_data = NULL, std::string* request_get_data = NULL, int method = 0 );
bool save_url(const std::string &url,const std::tstring &filename, HANDLE &nlc);
DWORD choose_security_level( int );
|