lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / include / babeltrace / graph / self-component-source.h
index ed2676e7e60fcb9264679e7e9d59ec7d6d8a8c72..3b96af1e2592b085aaf51b42f5bbbd8db642a808 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <stdint.h>
 
-/* For enum bt_self_component_status */
+/* For bt_self_component_status */
 #include <babeltrace/graph/self-component.h>
 
 /*
@@ -63,7 +63,7 @@ bt_self_component_source_borrow_output_port_by_index(
                bt_self_component_source *self_component,
                uint64_t index);
 
-extern enum bt_self_component_status
+extern bt_self_component_status
 bt_self_component_source_add_output_port(
                bt_self_component_source *self_component,
                const char *name, void *user_data,
This page took 0.023265 seconds and 4 git commands to generate.