X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=bindings%2Fpython%2Fpython-complements.h;h=c5e93eec4e800b1b1468f1e28d92de29f29bc8ca;hb=3c2ce778cc0d5e5be91e2fd1d176365a2ad65aa3;hp=4335d8a2abff147ecf5bddeb135ba65a10d72052;hpb=2c0df20434631335fda4b58ea531632c20b349a3;p=babeltrace.git diff --git a/bindings/python/python-complements.h b/bindings/python/python-complements.h index 4335d8a2..c5e93eec 100644 --- a/bindings/python/python-complements.h +++ b/bindings/python/python-complements.h @@ -50,3 +50,7 @@ struct bt_ctf_field_decl **_by_python_field_decl_listcaller( enum bt_ctf_scope scope); struct bt_ctf_field_decl *_bt_python_field_decl_one_from_list( struct bt_ctf_field_decl **list, int index); + +/* definitions */ +struct definition_array *_bt_python_get_array_from_def( + struct bt_definition *field);