summaryrefslogtreecommitdiffstats
path: root/web/api/web_api_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/web_api_v1.h')
-rw-r--r--web/api/web_api_v1.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/api/web_api_v1.h b/web/api/web_api_v1.h
index a88c511a..544f1e57 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);