Add field value is_set and reset functions to the public API
[babeltrace.git] / include / babeltrace / ctf-ir / fields-internal.h
index f7d39d10b23b61e78e4de7f8f0683c8b65f80f16..61b60aac19e1dc25ececd033354117f6c4dda503 100644 (file)
@@ -94,10 +94,6 @@ struct bt_ctf_field_string {
 BT_HIDDEN
 int bt_ctf_field_validate(struct bt_ctf_field *field);
 
-/* Mark field payload as unset. */
-BT_HIDDEN
-int bt_ctf_field_reset(struct bt_ctf_field *field);
-
 BT_HIDDEN
 int bt_ctf_field_serialize(struct bt_ctf_field *field,
                struct bt_ctf_stream_pos *pos,
@@ -106,7 +102,4 @@ int bt_ctf_field_serialize(struct bt_ctf_field *field,
 BT_HIDDEN
 void bt_ctf_field_freeze(struct bt_ctf_field *field);
 
-BT_HIDDEN
-bt_bool bt_ctf_field_is_set(struct bt_ctf_field *field);
-
 #endif /* BABELTRACE_CTF_IR_FIELDS_INTERNAL_H */
This page took 0.025264 seconds and 4 git commands to generate.