blob: 28c48354108afd457a23ddc66c6b0e6c40ed812a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef NETDATA_FUNCTIONS_H
#define NETDATA_FUNCTIONS_H
#include "daemon/common.h"
#include "function-streaming.h"
#include "function-progress.h"
#include "function-bearer_get_token.h"
void global_functions_add(void);
#endif //NETDATA_FUNCTIONS_H
|