From 8a7b72f7cd1ccd547a03eb4243294e741d661d3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2019 08:30:37 +0100 Subject: Adding upstream version 1.12.0. Signed-off-by: Daniel Baumann --- web/api/web_api_v1.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/api/web_api_v1.h') diff --git a/web/api/web_api_v1.h b/web/api/web_api_v1.h index b6f315dca..70b781780 100644 --- a/web/api/web_api_v1.h +++ b/web/api/web_api_v1.h @@ -6,6 +6,7 @@ #include "daemon/common.h" #include "web/api/badges/web_buffer_svg.h" #include "web/api/formatters/rrd2json.h" +#include "web/api/health/health_cmdapi.h" extern uint32_t web_client_api_request_v1_data_options(char *o); extern uint32_t web_client_api_request_v1_data_format(char *name); @@ -19,8 +20,12 @@ extern int web_client_api_request_v1_charts(RRDHOST *host, struct web_client *w, extern int web_client_api_request_v1_chart(RRDHOST *host, struct web_client *w, char *url); extern int web_client_api_request_v1_data(RRDHOST *host, struct web_client *w, char *url); extern int web_client_api_request_v1_registry(RRDHOST *host, struct web_client *w, char *url); +extern int web_client_api_request_v1_info(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); +extern void web_client_api_v1_management_init(void); + +char *api_secret; #endif //NETDATA_WEB_API_V1_H -- cgit v1.2.3