summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_contexts_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/aclk_contexts_api.h')
-rw-r--r--aclk/aclk_contexts_api.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/aclk/aclk_contexts_api.h b/aclk/aclk_contexts_api.h
deleted file mode 100644
index f0b5ec77e..000000000
--- a/aclk/aclk_contexts_api.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-#ifndef ACLK_CONTEXTS_API_H
-#define ACLK_CONTEXTS_API_H
-
-#include "schema-wrappers/schema_wrappers.h"
-
-
-void aclk_send_contexts_snapshot(contexts_snapshot_t data);
-void aclk_send_contexts_updated(contexts_updated_t data);
-void aclk_update_node_collectors(struct update_node_collectors *collectors);
-void aclk_update_node_info(struct update_node_info *info);
-
-#endif /* ACLK_CONTEXTS_API_H */
-