Fixed compatibility for HTTPClient Library. (HTTPClient by Donatien Garnier)

Dependents:   FlashAir_Twitter CyaSSL-Twitter-OAuth4Tw TweetTest NetworkThermometer ... more

Fork of OAuth4Tw by Masayoshi Takahashi

Revision:
5:5146becb651f
Parent:
3:c28b796ef7ed
--- a/twicpps/oauth.h	Wed Jul 08 14:32:26 2015 +0000
+++ b/twicpps/oauth.h	Tue Jul 14 09:31:13 2015 +0000
@@ -196,7 +196,7 @@
  * 
  * @return number of parameter(s) in array.
  */
-void oauth_split_url_parameters(const char *url, char ***argv);
+void oauth_split_url_parameters(const char *url, std::vector<std::string> *argv);
 
 /**
  * splits the given url into a parameter array. 
@@ -212,7 +212,7 @@
  * 
  * @return number of parameter(s) in array.
  */
-void oauth_split_post_paramters(const char *url, char ***argv, short qesc);
+void oauth_split_post_paramters(const char *url, std::vector<std::string> *argv, short qesc);
 
 /**
  * build a url query string from an array.