X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Futils%2Fdummy%2Fdummy.h;h=c5ab55ae24df94df1327bfef2ef2fc919e2246c8;hp=2b05f6cfd0ebacd5023350050d4377eba75b9090;hb=d24d56638469189904fb6ddbb3c725817b3e9417;hpb=15caa1ca4fac30bd196602bd136e48fda3892de2 diff --git a/src/plugins/utils/dummy/dummy.h b/src/plugins/utils/dummy/dummy.h index 2b05f6cf..c5ab55ae 100644 --- a/src/plugins/utils/dummy/dummy.h +++ b/src/plugins/utils/dummy/dummy.h @@ -33,7 +33,7 @@ struct dummy { }; BT_HIDDEN -bt_self_component_status dummy_init( +bt_component_class_init_method_status dummy_init( bt_self_component_sink *component, const bt_value *params, void *init_method_data); @@ -41,11 +41,11 @@ BT_HIDDEN void dummy_finalize(bt_self_component_sink *component); BT_HIDDEN -bt_self_component_status dummy_graph_is_configured( +bt_component_class_sink_graph_is_configured_method_status dummy_graph_is_configured( bt_self_component_sink *comp); BT_HIDDEN -bt_self_component_status dummy_consume( +bt_component_class_sink_consume_method_status dummy_consume( bt_self_component_sink *component); #endif /* BABELTRACE_PLUGINS_UTILS_DUMMY_H */