Small fixes to include/
[babeltrace.git] / include / babeltrace / graph / self-component-filter.h
index 13a976f4b3e2e68aa3917eeeff5a7c86b49f3753..8d12e106e4ec36cc3c9856e5c912e4899b3520d1 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <stdint.h>
 
-/* For enum bt_self_component_status */
+/* For bt_self_component_status */
 #include <babeltrace/graph/self-component.h>
 
 /*
@@ -54,9 +54,6 @@ bt_self_component_filter_as_component_filter(
        return (const void *) self_comp_filter;
 }
 
-extern bt_component_filter *bt_component_filter_borrow_from_self(
-               bt_self_component_filter *self_component);
-
 extern bt_self_component_port_output *
 bt_self_component_filter_borrow_output_port_by_name(
                bt_self_component_filter *self_component,
@@ -67,7 +64,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 +80,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,
This page took 0.023334 seconds and 4 git commands to generate.