X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fself-component-filter.h;fp=include%2Fbabeltrace%2Fgraph%2Fself-component-filter.h;h=36ac696cd4507e162599934efb35f6d30bcc04ba;hb=4cdfc5e86b64137d96c31495cbdea99801714c2b;hp=13a976f4b3e2e68aa3917eeeff5a7c86b49f3753;hpb=a21d1cb8acfbed4d36ab6e74eefe64305d7587ef;p=babeltrace.git diff --git a/include/babeltrace/graph/self-component-filter.h b/include/babeltrace/graph/self-component-filter.h index 13a976f4..36ac696c 100644 --- a/include/babeltrace/graph/self-component-filter.h +++ b/include/babeltrace/graph/self-component-filter.h @@ -26,7 +26,7 @@ #include -/* For enum bt_self_component_status */ +/* For bt_self_component_status */ #include /* @@ -67,7 +67,7 @@ bt_self_component_filter_borrow_output_port_by_index( bt_self_component_filter *self_component, uint64_t index); -extern enum bt_self_component_status +extern bt_self_component_status bt_self_component_filter_add_output_port( bt_self_component_filter *self_component, const char *name, void *data, @@ -83,7 +83,7 @@ bt_self_component_filter_borrow_input_port_by_index( bt_self_component_filter *self_component, uint64_t index); -extern enum bt_self_component_status +extern bt_self_component_status bt_self_component_filter_add_input_port( bt_self_component_filter *self_component, const char *name, void *data,