X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bindings%2Fpython%2Fpython-complements.h;h=0e38e6b2ac4ce2574dbb538bbe7f03b0e693da65;hp=fc7c426ea8acec215771c2985db6520a7e3cb56c;hb=e11b8d3a38c016ebbbc849e2b1aabf0a80a28ce4;hpb=7569fbb1a48465f4399c7e3f8db72c9836c6ca8a diff --git a/bindings/python/python-complements.h b/bindings/python/python-complements.h index fc7c426e..0e38e6b2 100644 --- a/bindings/python/python-complements.h +++ b/bindings/python/python-complements.h @@ -63,7 +63,10 @@ struct definition_sequence *_bt_python_get_sequence_from_def( struct bt_definition *field); struct bt_declaration *_bt_python_get_array_element_declaration( struct bt_declaration *field); +struct bt_declaration *_bt_python_get_sequence_element_declaration( + struct bt_declaration *field); const char *_bt_python_get_array_string(struct bt_definition *field); +const char *_bt_python_get_sequence_string(struct bt_definition *field); /* ctf writer */ int _bt_python_field_integer_get_signedness(const struct bt_ctf_field *field);