summaryrefslogtreecommitdiffabout
path: root/include/opkele
Unidiff
Diffstat (limited to 'include/opkele') (more/less context) (show whitespace changes)
-rw-r--r--include/opkele/oauth/consumer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opkele/oauth/consumer.h b/include/opkele/oauth/consumer.h
index 1e2784c..9196297 100644
--- a/include/opkele/oauth/consumer.h
+++ b/include/opkele/oauth/consumer.h
@@ -6,2 +6,3 @@
6#include <opkele/oauth.h> 6#include <opkele/oauth.h>
7#include <opkele/curl.h>
7 8
@@ -43,4 +44,8 @@ namespace opkele {
43 44
45 util::curl_slist_t _curl_headers_list;
46
44 http_request_t(const string& m,const string& u) 47 http_request_t(const string& m,const string& u)
45 : method(m), url(u) { } 48 : method(m), url(u) { }
49
50 void setup_curl(CURL *curl);
46 }; 51 };