Visibility hidden by default
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.hpp
index b67d6bd3efe0012e3d5deed56151cc831ab517e6..d7af2e7ebd18f7d5347240e6421b09b4e66314ac 100644 (file)
@@ -257,7 +257,6 @@ struct bt_bfcr_cbs
  * @param data         User data (passed to user callback functions)
  * @returns            New binary class reader on success, or \c NULL on error
  */
-BT_HIDDEN
 struct bt_bfcr *bt_bfcr_create(struct bt_bfcr_cbs cbs, void *data, bt_logging_level log_level,
                                bt_self_component *self_comp);
 
@@ -266,7 +265,6 @@ struct bt_bfcr *bt_bfcr_create(struct bt_bfcr_cbs cbs, void *data, bt_logging_le
  *
  * @param bfcr Binary class reader
  */
-BT_HIDDEN
 void bt_bfcr_destroy(struct bt_bfcr *bfcr);
 
 /**
@@ -300,7 +298,6 @@ void bt_bfcr_destroy(struct bt_bfcr *bfcr);
  * @param status               Returned status (see description above)
  * @returns                    Number of consumed bits
  */
-BT_HIDDEN
 size_t bt_bfcr_start(struct bt_bfcr *bfcr, struct ctf_field_class *cls, const uint8_t *buf,
                      size_t offset, size_t packet_offset, size_t sz, enum bt_bfcr_status *status);
 
@@ -327,11 +324,9 @@ size_t bt_bfcr_start(struct bt_bfcr *bfcr, struct ctf_field_class *cls, const ui
  * @param status       Returned status (see description above)
  * @returns            Number of consumed bits
  */
-BT_HIDDEN
 size_t bt_bfcr_continue(struct bt_bfcr *bfcr, const uint8_t *buf, size_t sz,
                         enum bt_bfcr_status *status);
 
-BT_HIDDEN
 void bt_bfcr_set_unsigned_int_cb(struct bt_bfcr *bfcr, bt_bfcr_unsigned_int_cb_func cb);
 
 static inline const char *bt_bfcr_status_string(enum bt_bfcr_status status)
This page took 0.024539 seconds and 4 git commands to generate.