| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef ACLK_CAPAS_H |
| 4 | #define ACLK_CAPAS_H |
| 5 | |
| 6 | #include "database/rrd.h" |
| 7 | |
| 8 | #include "schema-wrappers/capability.h" |
| 9 | |
| 10 | size_t aclk_get_http_api_version(void); |
| 11 | const struct capability *aclk_get_agent_capas(); |
| 12 | struct capability *aclk_get_node_instance_capas(RRDHOST *host); |
| 13 | |
| 14 | #endif /* ACLK_CAPAS_H */ |