mirror of
https://github.com/netdata/netdata.git
synced 2025-05-03 00:40:12 +00:00
10 lines
309 B
C
10 lines
309 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#ifndef NETDATA_API_FORMATTER_JSON_H
|
|
#define NETDATA_API_FORMATTER_JSON_H
|
|
|
|
#include "../rrd2json.h"
|
|
|
|
extern void rrdr2json(RRDR *r, BUFFER *wb, RRDR_OPTIONS options, int datatable, struct context_param *context_param_list);
|
|
|
|
#endif //NETDATA_API_FORMATTER_JSON_H
|