master
h 10 lines 278 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_FUNCTION_PROGRESS_H
4 #define NETDATA_FUNCTION_PROGRESS_H
5
6 #include "database/rrd.h"
7
8 int function_progress(BUFFER *wb, const char *function, BUFFER *payload, const char *source);
9
10 #endif //NETDATA_FUNCTION_PROGRESS_H