| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_RRDHOST_SLOTS_H |
| 4 | #define NETDATA_RRDHOST_SLOTS_H |
| 5 | |
| 6 | #include "rrdhost.h" |
| 7 | |
| 8 | void rrdhost_pluginsd_send_chart_slots_free(RRDHOST *host); |
| 9 | void rrdhost_pluginsd_receive_chart_slots_free(RRDHOST *host); |
| 10 | |
| 11 | |
| 12 | #endif //NETDATA_RRDHOST_SLOTS_H |