CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / trace.h
index 944af83a01e6227b40ab74e0307c4d2282bd4662..27b18214958bfa39ea872b238aad65bb50777c81 100644 (file)
@@ -48,21 +48,6 @@ extern const unsigned char *bt_ctf_trace_get_uuid(
 extern int bt_ctf_trace_set_uuid(struct bt_ctf_trace *trace,
                const unsigned char *uuid);
 
-extern int64_t bt_ctf_trace_get_environment_field_count(
-               struct bt_ctf_trace *trace);
-
-extern const char *
-bt_ctf_trace_get_environment_field_name_by_index(
-               struct bt_ctf_trace *trace, uint64_t index);
-
-extern struct bt_value *
-bt_ctf_trace_get_environment_field_value_by_index(struct bt_ctf_trace *trace,
-               uint64_t index);
-
-extern struct bt_value *
-bt_ctf_trace_get_environment_field_value_by_name(
-               struct bt_ctf_trace *trace, const char *name);
-
 extern int bt_ctf_trace_set_environment_field_integer(
                struct bt_ctf_trace *trace, const char *name,
                int64_t value);
This page took 0.023849 seconds and 4 git commands to generate.