summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/bt/bt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnetdata/bt/bt.h')
-rw-r--r--src/libnetdata/bt/bt.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libnetdata/bt/bt.h b/src/libnetdata/bt/bt.h
new file mode 100644
index 0000000000..dfc6c91434
--- /dev/null
+++ b/src/libnetdata/bt/bt.h
@@ -0,0 +1,20 @@
+#ifndef LIBNETDATA_BT
+#define LIBNETDATA_BT
+
+#include "../libnetdata.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void bt_init(const char *exepath, const char *cache_dir);
+void bt_collect(const uuid_t *uuid);
+void bt_dump(const uuid_t *uuid);
+
+extern const char *bt_path;
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* LIBNETDATA_BT */