X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fpython-complements.h;h=eb778f55bbda977b1d2029912fe74569540242ff;hb=3043ee0c1760e16f7c3adc7526c4a5339d3d269d;hp=c5e93eec4e800b1b1468f1e28d92de29f29bc8ca;hpb=3c2ce778cc0d5e5be91e2fd1d176365a2ad65aa3;p=babeltrace.git diff --git a/bindings/python/python-complements.h b/bindings/python/python-complements.h index c5e93eec..eb778f55 100644 --- a/bindings/python/python-complements.h +++ b/bindings/python/python-complements.h @@ -54,3 +54,5 @@ struct bt_ctf_field_decl *_bt_python_field_decl_one_from_list( /* definitions */ struct definition_array *_bt_python_get_array_from_def( struct bt_definition *field); +struct definition_sequence *_bt_python_get_sequence_from_def( + struct bt_definition *field);