summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/value/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/formatters/value/value.h')
-rw-r--r--web/api/formatters/value/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/formatters/value/value.h b/web/api/formatters/value/value.h
index 2d6bd124..fc1c7bf0 100644
--- a/web/api/formatters/value/value.h
+++ b/web/api/formatters/value/value.h
@@ -5,6 +5,6 @@
#include "../rrd2json.h"
-extern calculated_number rrdr2value(RRDR *r, long i, RRDR_OPTIONS options, int *all_values_are_null, RRDDIM *temp_rd);
+extern NETDATA_DOUBLE rrdr2value(RRDR *r, long i, RRDR_OPTIONS options, int *all_values_are_null, NETDATA_DOUBLE *anomaly_rate, RRDDIM *temp_rd);
#endif //NETDATA_API_FORMATTER_VALUE_H