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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index df7822ba32..3ffdce96b2 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -202,15 +202,14 @@ public:
// HTTP communication
- http::response flap(RequestType 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);
+ http::response flap(RequestType request_type, std::string *post_data = NULL, std::string *get_data = NULL, int method = 0);
+ bool save_url(const std::string &url,const std::tstring &filename, HANDLE &nlc);
- int choose_method(RequestType);
- bool notify_errors(RequestType);
+ bool notify_errors(RequestType);
std::string choose_server(RequestType);
std::string choose_action(RequestType, std::string *get_data = NULL);
- NETLIBHTTPHEADER* get_request_headers(int request_type, int* headers_count);
+ NETLIBHTTPHEADER *get_request_headers(int request_type, int *headers_count);
////////////////////////////////////////////////////////////