| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_FUNCTIONS_H |
| 4 | #define NETDATA_FUNCTIONS_H |
| 5 | |
| 6 | #include "database/rrd.h" |
| 7 | |
| 8 | #include "function-metrics-cardinality.h" |
| 9 | #include "function-netdata-streaming.h" |
| 10 | #include "function-topology-streaming.h" |
| 11 | #include "function-progress.h" |
| 12 | #include "function-bearer_get_token.h" |
| 13 | |
| 14 | void global_functions_add(void); |
| 15 | |
| 16 | #endif //NETDATA_FUNCTIONS_H |