summaryrefslogtreecommitdiffstats
path: root/src/web/api/formatters/charts2json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/api/formatters/charts2json.h')
-rw-r--r--src/web/api/formatters/charts2json.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/web/api/formatters/charts2json.h b/src/web/api/formatters/charts2json.h
new file mode 100644
index 000000000..7b07af5a0
--- /dev/null
+++ b/src/web/api/formatters/charts2json.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#ifndef NETDATA_API_FORMATTER_CHARTS2JSON_H
+#define NETDATA_API_FORMATTER_CHARTS2JSON_H
+
+#include "rrd2json.h"
+
+void charts2json(RRDHOST *host, BUFFER *wb);
+const char* get_release_channel();
+
+#endif //NETDATA_API_FORMATTER_CHARTS2JSON_H