summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/ssv/ssv.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/formatters/ssv/ssv.h')
-rw-r--r--web/api/formatters/ssv/ssv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/api/formatters/ssv/ssv.h b/web/api/formatters/ssv/ssv.h
new file mode 100644
index 000000000..6963dcf6e
--- /dev/null
+++ b/web/api/formatters/ssv/ssv.h
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#ifndef NETDATA_API_FORMATTER_SSV_H
+#define NETDATA_API_FORMATTER_SSV_H
+
+#include "../rrd2json.h"
+
+extern void rrdr2ssv(RRDR *r, BUFFER *wb, RRDR_OPTIONS options, const char *prefix, const char *separator, const char *suffix);
+
+#endif //NETDATA_API_FORMATTER_SSV_H