lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / plugins / utils / trimmer / trimmer.h
index 1f151cb9178ce8c23c63c84f3136a0eb418026c4..2e63b881710cd4258edf4f3d3b4df34fe19c29f0 100644 (file)
@@ -49,10 +49,10 @@ struct trimmer {
        int year, month, day;
 };
 
-enum bt_component_status trimmer_component_init(
-       struct bt_private_component *component,
-       struct bt_value *params, void *init_method_data);
+bt_component_status trimmer_component_init(
+       bt_self_component *component,
+       bt_value *params, void *init_method_data);
 
-void finalize_trimmer(struct bt_private_component *component);
+void finalize_trimmer(bt_self_component *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_TRIMMER_H */
This page took 0.022749 seconds and 4 git commands to generate.