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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/queries/max/max.h b/web/api/queries/max/max.h
index d839fe3f..7b606ce3 100644
--- a/web/api/queries/max/max.h
+++ b/web/api/queries/max/max.h
@@ -6,7 +6,7 @@
#include "../query.h"
#include "../rrdr.h"
-extern void *grouping_create_max(RRDR *r);
+extern void grouping_create_max(RRDR *r);
extern void grouping_reset_max(RRDR *r);
extern void grouping_free_max(RRDR *r);
extern void grouping_add_max(RRDR *r, calculated_number value);