X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fself-component-filter.h;h=c36e0564950f759f3419081c4f78ad93812f7d4f;hp=7d646b5af0560d3050f64e42bbe05ef5e28e864f;hb=d24d56638469189904fb6ddbb3c725817b3e9417;hpb=15caa1ca4fac30bd196602bd136e48fda3892de2 diff --git a/include/babeltrace2/graph/self-component-filter.h b/include/babeltrace2/graph/self-component-filter.h index 7d646b5a..c36e0564 100644 --- a/include/babeltrace2/graph/self-component-filter.h +++ b/include/babeltrace2/graph/self-component-filter.h @@ -26,7 +26,7 @@ #include -/* For bt_self_component_status */ +/* For bt_self_component_*_status */ #include /* @@ -65,7 +65,7 @@ bt_self_component_filter_borrow_output_port_by_index( bt_self_component_filter *self_component, uint64_t index); -extern bt_self_component_status +extern bt_self_component_add_port_status bt_self_component_filter_add_output_port( bt_self_component_filter *self_component, const char *name, void *user_data, @@ -81,7 +81,7 @@ bt_self_component_filter_borrow_input_port_by_index( bt_self_component_filter *self_component, uint64_t index); -extern bt_self_component_status +extern bt_self_component_add_port_status bt_self_component_filter_add_input_port( bt_self_component_filter *self_component, const char *name, void *user_data,