summaryrefslogtreecommitdiffstats
path: root/web/api/queries/max/max.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/queries/max/max.h')
-rw-r--r--web/api/queries/max/max.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/api/queries/max/max.h b/web/api/queries/max/max.h
index 7b606ce3..28913686 100644
--- a/web/api/queries/max/max.h
+++ b/web/api/queries/max/max.h
@@ -6,10 +6,10 @@
#include "../query.h"
#include "../rrdr.h"
-extern void grouping_create_max(RRDR *r);
+extern void grouping_create_max(RRDR *r, const char *options __maybe_unused);
extern void grouping_reset_max(RRDR *r);
extern void grouping_free_max(RRDR *r);
-extern void grouping_add_max(RRDR *r, calculated_number value);
-extern calculated_number grouping_flush_max(RRDR *r, RRDR_VALUE_FLAGS *rrdr_value_options_ptr);
+extern void grouping_add_max(RRDR *r, NETDATA_DOUBLE value);
+extern NETDATA_DOUBLE grouping_flush_max(RRDR *r, RRDR_VALUE_FLAGS *rrdr_value_options_ptr);
#endif //NETDATA_API_QUERY_MAX_H