summaryrefslogtreecommitdiffstats
path: root/src/aclk/https_client.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/aclk/https_client.h (renamed from aclk/https_client.h)5
1 files changed, 2 insertions, 3 deletions
diff --git a/aclk/https_client.h b/src/aclk/https_client.h
index 0b97fbb02..79d0a42b7 100644
--- a/aclk/https_client.h
+++ b/src/aclk/https_client.h
@@ -5,8 +5,8 @@
#include "libnetdata/libnetdata.h"
-#include "mqtt_websockets/c-rbuf/include/ringbuffer.h"
-#include "mqtt_websockets/c_rhash/include/c_rhash.h"
+#include "mqtt_websockets/c-rbuf/cringbuffer.h"
+#include "mqtt_websockets/c_rhash/c_rhash.h"
typedef enum http_req_type {
HTTP_REQ_GET = 0,
@@ -56,7 +56,6 @@ int url_parse(const char *url, url_t *parsed);
void url_t_destroy(url_t *url);
void https_req_response_free(https_req_response_t *res);
-void https_req_response_init(https_req_response_t *res);
#define HTTPS_REQ_RESPONSE_T_INITIALIZER \
{ \