summaryrefslogtreecommitdiffstats
path: root/src/web_api_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web_api_v1.h')
-rw-r--r--src/web_api_v1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web_api_v1.h b/src/web_api_v1.h
index e980edb1d..6f4de1aba 100644
--- a/src/web_api_v1.h
+++ b/src/web_api_v1.h
@@ -18,4 +18,6 @@ extern int web_client_api_request_v1_data(RRDHOST *host, struct web_client *w, c
extern int web_client_api_request_v1_registry(RRDHOST *host, struct web_client *w, char *url);
extern int web_client_api_request_v1(RRDHOST *host, struct web_client *w, char *url);
+extern void web_client_api_v1_init(void);
+
#endif //NETDATA_WEB_API_V1_H