From 7877a98bd9c00db5e81dd2f8c734cba2bab20be7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 Aug 2022 09:26:17 +0200 Subject: Merging upstream version 1.36.0. Signed-off-by: Daniel Baumann --- web/api/web_api_v1.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 a88c511ad..544f1e574 100644 --- a/web/api/web_api_v1.h +++ b/web/api/web_api_v1.h @@ -7,9 +7,12 @@ #include "web/api/badges/web_buffer_svg.h" #include "web/api/formatters/rrd2json.h" #include "web/api/health/health_cmdapi.h" +#include "web/api/queries/weights.h" #define MAX_CHART_LABELS_FILTER (32) -extern uint32_t web_client_api_request_v1_data_options(char *o); +extern RRDR_OPTIONS web_client_api_request_v1_data_options(char *o); +extern void web_client_api_request_v1_data_options_to_string(BUFFER *wb, RRDR_OPTIONS options); + extern uint32_t web_client_api_request_v1_data_format(char *name); extern uint32_t web_client_api_request_v1_data_google_format(char *name); -- cgit v1.2.3