Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / utils / dummy / dummy.h
index 7801294f751c306869b3fcb6ea6d4e904f3c0cf0..f5985b1220f5421dafdfb0e6f0fd4566b98d35c1 100644 (file)
 #include <glib.h>
 #include <babeltrace2/babeltrace.h>
 #include "common/macros.h"
-#include <stdbool.h>
 
 struct dummy {
        bt_self_component_port_input_message_iterator *msg_iter;
 };
 
 BT_HIDDEN
-bt_component_class_init_method_status dummy_init(
+bt_component_class_initialize_method_status dummy_init(
                bt_self_component_sink *component,
                bt_self_component_sink_configuration *config,
                const bt_value *params, void *init_method_data);
This page took 0.023988 seconds and 4 git commands to generate.