diff options
Diffstat (limited to 'database/storage_engine.h')
-rw-r--r-- | database/storage_engine.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/database/storage_engine.h b/database/storage_engine.h deleted file mode 100644 index b7fb7383..00000000 --- a/database/storage_engine.h +++ /dev/null @@ -1,12 +0,0 @@ -// SPDX-License-Identifier: GPL-3.0-or-later - -#ifndef NETDATA_STORAGEENGINEAPI_H -#define NETDATA_STORAGEENGINEAPI_H - -#include "rrd.h" - -// Iterator over existing engines -STORAGE_ENGINE* storage_engine_foreach_init(); -STORAGE_ENGINE* storage_engine_foreach_next(STORAGE_ENGINE* it); - -#endif |