summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/rrdset2json.h
blob: b2669ec0a3c7931e347e0443f9d406811a3b7963 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_API_FORMATTER_RRDSET2JSON_H
#define NETDATA_API_FORMATTER_RRDSET2JSON_H

#include "rrd2json.h"

extern void rrdset2json(RRDSET *st, BUFFER *wb, size_t *dimensions_count, size_t *memory_used);

#endif //NETDATA_API_FORMATTER_RRDSET2JSON_H