Remove dependancies on ctf.fs source component caused by former logging API
[babeltrace.git] / plugins / ctf / common / btr / btr.h
index 29020ca2d622f297b9546af41853ab94042b2d9a..af2a65694a5c90788cb83764d4360a6d70f042e4 100644 (file)
@@ -275,11 +275,9 @@ struct bt_ctf_btr_cbs {
  *
  * @param cbs          User callback functions
  * @param data         User data (passed to user callback functions)
- * @param err_stream   Error stream (can be \c NULL to disable)
  * @returns            New binary type reader on success, or \c NULL on error
  */
-struct bt_ctf_btr *bt_ctf_btr_create(struct bt_ctf_btr_cbs cbs, void *data,
-               FILE *err_stream);
+struct bt_ctf_btr *bt_ctf_btr_create(struct bt_ctf_btr_cbs cbs, void *data);
 
 /**
  * Destroys a CTF binary type reader, freeing all internal resources.
This page took 0.024408 seconds and 4 git commands to generate.