Fix: array and sequence field's 'elems' members can be left NULL
[babeltrace.git] / include / babeltrace / types.h
index e92fb8426286ce032921bcdfe973b7c7448dbc01..b89e3a8ea7eb982c6f4ec892321eb75d97b85c24 100644 (file)
@@ -400,6 +400,7 @@ int bt_get_int_signedness(const struct bt_definition *field);
 int bt_get_int_byte_order(const struct bt_definition *field);
 int bt_get_int_base(const struct bt_definition *field);
 size_t bt_get_int_len(const struct bt_definition *field);      /* in bits */
+bool bt_int_is_char(const struct bt_declaration *field);
 enum ctf_string_encoding bt_get_int_encoding(const struct bt_definition *field);
 
 /*
This page took 0.024939 seconds and 4 git commands to generate.