| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_PULSE_DB_DBENGINE_RETENTION_H |
| 4 | #define NETDATA_PULSE_DB_DBENGINE_RETENTION_H |
| 5 | |
| 6 | #include "libnetdata/libnetdata.h" |
| 7 | |
| 8 | #ifdef ENABLE_DBENGINE |
| 9 | void dbengine_retention_statistics(bool extended __maybe_unused); |
| 10 | #endif |
| 11 | |
| 12 | #endif //NETDATA_PULSE_DB_DBENGINE_RETENTION_H |