summaryrefslogtreecommitdiffstats
path: root/src/database/rrdfunctions-exporters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/rrdfunctions-exporters.h')
-rw-r--r--src/database/rrdfunctions-exporters.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/database/rrdfunctions-exporters.h b/src/database/rrdfunctions-exporters.h
index 43bb660eb..295e670c9 100644
--- a/src/database/rrdfunctions-exporters.h
+++ b/src/database/rrdfunctions-exporters.h
@@ -5,13 +5,15 @@
#include "rrd.h"
+#define RRDFUNCTIONS_VERSION_SEPARATOR "|"
+
void rrd_chart_functions_expose_rrdpush(RRDSET *st, BUFFER *wb);
void rrd_global_functions_expose_rrdpush(RRDHOST *host, BUFFER *wb, bool dyncfg);
void chart_functions2json(RRDSET *st, BUFFER *wb);
void chart_functions_to_dict(DICTIONARY *rrdset_functions_view, DICTIONARY *dst, void *value, size_t value_size);
void host_functions_to_dict(RRDHOST *host, DICTIONARY *dst, void *value, size_t value_size, STRING **help, STRING **tags,
- HTTP_ACCESS *access, int *priority);
+ HTTP_ACCESS *access, int *priority, uint32_t *version);
void host_functions2json(RRDHOST *host, BUFFER *wb);
#endif //NETDATA_RRDFUNCTIONS_EXPORTERS_H