summaryrefslogtreecommitdiff
path: root/xs_curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_curl.h')
-rw-r--r--xs_curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs_curl.h b/xs_curl.h
index 2628d91..215db7f 100644
--- a/xs_curl.h
+++ b/xs_curl.h
@@ -93,8 +93,8 @@ xs_dict *xs_http_request(const char *method, const char *url,
93 xs_dict *response; 93 xs_dict *response;
94 CURL *curl; 94 CURL *curl;
95 struct curl_slist *list = NULL; 95 struct curl_slist *list = NULL;
96 xs_str *k; 96 const xs_str *k;
97 xs_val *v; 97 const xs_val *v;
98 long lstatus = 0; 98 long lstatus = 0;
99 struct _payload_data pd; 99 struct _payload_data pd;
100 100