X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Ffields.h;h=ceee0e3838426c235ccde3df09ceae04cc4e5fb4;hp=b00a7374d3ce2521e8ad5bd9bf1341850d17cd19;hb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;hpb=d1e4683534e67cc8643ad27536f64f6cc54bc5dc diff --git a/include/babeltrace/ctf-writer/fields.h b/include/babeltrace/ctf-writer/fields.h index b00a7374..ceee0e38 100644 --- a/include/babeltrace/ctf-writer/fields.h +++ b/include/babeltrace/ctf-writer/fields.h @@ -94,9 +94,6 @@ extern int bt_ctf_field_floating_point_set_value( extern struct bt_ctf_field *bt_ctf_field_enumeration_get_container( struct bt_ctf_field *enum_field); -extern struct bt_ctf_field_type_enumeration_mapping_iterator * -bt_ctf_field_enumeration_get_mappings(struct bt_ctf_field *enum_field); - extern const char *bt_ctf_field_string_get_value( struct bt_ctf_field *string_field); @@ -124,19 +121,12 @@ struct bt_ctf_field *bt_ctf_field_structure_get_field( extern struct bt_ctf_field *bt_ctf_field_structure_get_field_by_index( struct bt_ctf_field *struct_field, uint64_t index); -extern int bt_ctf_field_structure_set_field_by_name( - struct bt_ctf_field *struct_field, - const char *name, struct bt_ctf_field *field); - extern struct bt_ctf_field *bt_ctf_field_array_get_field( struct bt_ctf_field *array_field, uint64_t index); extern struct bt_ctf_field *bt_ctf_field_sequence_get_field( struct bt_ctf_field *sequence_field, uint64_t index); -extern struct bt_ctf_field *bt_ctf_field_sequence_get_length( - struct bt_ctf_field *sequence_field); - extern int bt_ctf_field_sequence_set_length(struct bt_ctf_field *sequence_field, struct bt_ctf_field *length_field); @@ -147,9 +137,6 @@ extern struct bt_ctf_field *bt_ctf_field_variant_get_field( extern struct bt_ctf_field *bt_ctf_field_variant_get_current_field( struct bt_ctf_field *variant_field); -extern struct bt_ctf_field *bt_ctf_field_variant_get_tag( - struct bt_ctf_field *variant_field); - #ifdef __cplusplus } #endif