blob: 7d2d10b9de3a5716737ba20ca3ae4e56787e8c5b (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef NETDATA_FUNCTION_PROGRESS_H
#define NETDATA_FUNCTION_PROGRESS_H
#include "daemon/common.h"
int function_progress(BUFFER *wb, const char *function, BUFFER *payload, const char *source);
#endif //NETDATA_FUNCTION_PROGRESS_H
|