Set notification iterator methods to the component class
[babeltrace.git] / plugins / trimmer / iterator.h
index 1ab0b6f5db12e77ecea99f3f4815bdb87d19427a..9bebf45982c1b507813d4e6fed186c8182c13cc0 100644 (file)
@@ -38,10 +38,13 @@ struct trimmer_iterator {
 };
 
 BT_HIDDEN
-enum bt_component_status trimmer_iterator_init(
+enum bt_notification_iterator_status trimmer_iterator_init(
                struct bt_component *component,
                struct bt_notification_iterator *iterator);
 
+BT_HIDDEN
+void trimmer_iterator_destroy(struct bt_notification_iterator *it);
+
 BT_HIDDEN
 struct bt_notification *trimmer_iterator_get(
                struct bt_notification_iterator *iterator);
This page took 0.024079 seconds and 4 git commands to generate.