summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/json/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/formatters/json/json.h')
-rw-r--r--web/api/formatters/json/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/formatters/json/json.h b/web/api/formatters/json/json.h
index 6d73a3ffe..5c4e11371 100644
--- a/web/api/formatters/json/json.h
+++ b/web/api/formatters/json/json.h
@@ -5,6 +5,6 @@
#include "../rrd2json.h"
-extern void rrdr2json(RRDR *r, BUFFER *wb, RRDR_OPTIONS options, int datatable, RRDDIM *temp_rd);
+extern void rrdr2json(RRDR *r, BUFFER *wb, RRDR_OPTIONS options, int datatable, struct context_param *context_param_list);
#endif //NETDATA_API_FORMATTER_JSON_H