src.ctf.fs: fs.c: add missing `static`
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.h
index 1fbf952a2c8467fd9415b094c2f389858159875e..428dd2eca2332644fdd5c7224d60b58db711761a 100644 (file)
@@ -247,7 +247,7 @@ struct bt_ctf_notif_iter_notif_event {
 BT_HIDDEN
 struct bt_ctf_notif_iter *bt_ctf_notif_iter_create(struct bt_ctf_trace *trace,
        size_t max_request_sz, struct bt_ctf_notif_iter_medium_ops medops,
-       void *medops_data, FILE *err_stream);
+       void *medops_data);
 
 /**
  * Destroys a CTF notification iterator, freeing all internal resources.
@@ -302,6 +302,10 @@ enum bt_ctf_notif_iter_status bt_ctf_notif_iter_get_packet_header_context_fields
                struct bt_ctf_field **packet_header_field,
                struct bt_ctf_field **packet_context_field);
 
+BT_HIDDEN
+void bt_ctf_notif_iter_set_medops_data(struct bt_ctf_notif_iter *notit,
+               void *medops_data);
+
 static inline
 const char *bt_ctf_notif_iter_medium_status_string(
                enum bt_ctf_notif_iter_medium_status status)
This page took 0.024587 seconds and 4 git commands to generate.