summaryrefslogtreecommitdiffstats
path: root/src/web/api/web_api_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/api/web_api_v1.h')
-rw-r--r--src/web/api/web_api_v1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/api/web_api_v1.h b/src/web/api/web_api_v1.h
index bf67ef752f..cf0efbd13c 100644
--- a/src/web/api/web_api_v1.h
+++ b/src/web/api/web_api_v1.h
@@ -15,6 +15,7 @@ void web_client_api_request_v2_contexts_alerts_status_to_buffer_json_array(BUFFE
RRDR_OPTIONS rrdr_options_parse(char *o);
RRDR_OPTIONS rrdr_options_parse_one(const char *o);
+void rrdr_options_to_buffer(BUFFER *wb, RRDR_OPTIONS options);
void rrdr_options_to_buffer_json_array(BUFFER *wb, const char *key, RRDR_OPTIONS options);
void web_client_api_request_v1_data_options_to_string(char *buf, size_t size, RRDR_OPTIONS options);