lib: add aliases for Babeltrace structure types
[babeltrace.git] / plugins / utils / trimmer / trimmer.h
index 6e0f609e868ddd58f4fd704ffc460aeed63a9b1c..f3980f079e7708af2a8caf6bac33faa657a305d3 100644 (file)
@@ -50,9 +50,9 @@ struct trimmer {
 };
 
 enum bt_component_status trimmer_component_init(
-       struct bt_self_component *component,
-       struct bt_value *params, void *init_method_data);
+       bt_self_component *component,
+       bt_value *params, void *init_method_data);
 
-void finalize_trimmer(struct bt_self_component *component);
+void finalize_trimmer(bt_self_component *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_TRIMMER_H */
This page took 0.023878 seconds and 4 git commands to generate.