Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index 1738c27df0d2e29b3b4e6bf6dc046aa7bbf78d7f..b9be67436b08bd386ab30f6f3fb9b840e6f78394 100644 (file)
@@ -30,8 +30,8 @@
 
 #include <stdint.h>
 #include <stddef.h>
-#include <stdbool.h>
 #include <babeltrace/graph/component-class.h>
+#include <babeltrace/types.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -62,7 +62,7 @@ extern struct bt_component_class *bt_plugin_find_component_class(
 extern struct bt_plugin_set *bt_plugin_create_all_from_file(const char *path);
 
 extern struct bt_plugin_set *bt_plugin_create_all_from_dir(const char *path,
-               bool recurse);
+               bt_bool recurse);
 
 extern struct bt_plugin_set *bt_plugin_create_all_from_static(void);
 
This page took 0.023762 seconds and 4 git commands to generate.