Visibility: split graph API into public and private interfaces
[babeltrace.git] / plugins / utils / trimmer / trimmer.h
index 655a60cb8971d7fd30456399c24b16b4ef6f9a4f..fafb7ada0d56ad04ade3546f57fba94ba44a00b9 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/values.h>
-#include <babeltrace/component/component.h>
+#include <babeltrace/component/private-component.h>
 
 #define NSEC_PER_SEC   1000000000LL
 
@@ -51,9 +51,9 @@ struct trimmer {
 };
 
 enum bt_component_status trimmer_component_init(
-       struct bt_component *component, struct bt_value *params,
-       void *init_method_data);
+       struct bt_private_component *component,
+       struct bt_value *params, void *init_method_data);
 
-void destroy_trimmer(struct bt_component *component);
+void destroy_trimmer(struct bt_private_component *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_TRIMMER_H */
This page took 0.026328 seconds and 4 git commands to generate.