From aba89b590ef0d1743dd0aa82a8b8ed1bf8809909 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 4 Jan 2019 14:24:11 +0100 Subject: Little code cleaning. Rename apiHandle to api. Add a missing parameter to QAfbWebsocketClient::call function comment. Change-Id: I6fb1acd7357fbea3132cd429e9477a1a0b8a4f43 Signed-off-by: Romain Forlot --- curl-wrap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'curl-wrap.h') 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 -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); -- cgit 1.2.3-korg