diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-04 14:24:11 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-04 14:37:24 +0100 |
commit | aba89b590ef0d1743dd0aa82a8b8ed1bf8809909 (patch) | |
tree | c29aa2571f0d315ccf14616828ac2fb39275f6ae /curl-wrap.h | |
parent | a1976ff1b2bccc8689182505828f7e3814d0d21b (diff) |
Little code cleaning.
Rename apiHandle to api.
Add a missing parameter to QAfbWebsocketClient::call function
comment.
Change-Id: I6fb1acd7357fbea3132cd429e9477a1a0b8a4f43
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'curl-wrap.h')
-rw-r--r-- | curl-wrap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/curl-wrap.h b/curl-wrap.h index ab91bca..26fe210 100644 --- a/curl-wrap.h +++ b/curl-wrap.h @@ -20,9 +20,6 @@ #include <curl/curl.h> -extern char *curl_wrap_url (const char *base, const char *path, - const char *const *query, size_t * size); - extern int curl_wrap_perform (CURL * curl, char **result, size_t * size); extern void curl_wrap_do(CURL *curl, void (*callback)(void *closure, int status, CURL *curl, const char *result, size_t size), void *closure); |