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 5c4e11371..fb59e5c9a 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, struct context_param *context_param_list);
+void rrdr2json(RRDR *r, BUFFER *wb, RRDR_OPTIONS options, int datatable);
#endif //NETDATA_API_FORMATTER_JSON_H