X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-const.h;h=a01874775992c16f3e89a2e671c2934b901398f7;hb=4cdfc5e86b64137d96c31495cbdea99801714c2b;hp=8a3f2add55a068507ffc7c05bf7fcb3d890f01b8;hpb=a21d1cb8acfbed4d36ab6e74eefe64305d7587ef;p=babeltrace.git diff --git a/include/babeltrace/graph/component-const.h b/include/babeltrace/graph/component-const.h index 8a3f2add..a0187477 100644 --- a/include/babeltrace/graph/component-const.h +++ b/include/babeltrace/graph/component-const.h @@ -24,7 +24,7 @@ * SOFTWARE. */ -/* For enum bt_component_class_type */ +/* For bt_component_class_type */ #include /* @@ -54,7 +54,7 @@ extern const char *bt_component_get_name(const bt_component *component); extern const bt_component_class *bt_component_borrow_class_const( const bt_component *component); -extern enum bt_component_class_type bt_component_get_class_type( +extern bt_component_class_type bt_component_get_class_type( const bt_component *component); static inline