Hide new bt_ctf_stream_* symbols
[babeltrace.git] / formats / ctf / ir / stream.c
index 56abfcea5f89fe1f78f47241428fcc20d3688361..c757be71a0b40f62e079483d7a28a3357d7edf4b 100644 (file)
@@ -633,6 +633,7 @@ end:
        return packet_context;
 }
 
+BT_HIDDEN
 int bt_ctf_stream_set_packet_context(struct bt_ctf_stream *stream,
                struct bt_ctf_field *field)
 {
@@ -659,6 +660,7 @@ end:
        return ret;
 }
 
+BT_HIDDEN
 struct bt_ctf_field *bt_ctf_stream_get_packet_header(
                struct bt_ctf_stream *stream)
 {
@@ -676,6 +678,7 @@ end:
        return packet_header;
 }
 
+BT_HIDDEN
 int bt_ctf_stream_set_packet_header(struct bt_ctf_stream *stream,
                struct bt_ctf_field *field)
 {
@@ -996,6 +999,7 @@ end:
        return ret;
 }
 
+BT_HIDDEN
 const char *bt_ctf_stream_get_name(struct bt_ctf_stream *stream)
 {
        const char *name = NULL;
This page took 0.023538 seconds and 4 git commands to generate.