blob: 8f97bf7e9b77283017e5bc8f8fa43ff7cd8f5f0b (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef NETDATA_RRDFUNCTIONS_PROGRESS_H
#define NETDATA_RRDFUNCTIONS_PROGRESS_H
#include "rrd.h"
int rrdhost_function_progress(BUFFER *wb, const char *function __maybe_unused);
#endif //NETDATA_RRDFUNCTIONS_PROGRESS_H
|