X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bindings%2Fpython%2Fpython-complements.h;h=bd2259805cd9b4b15172a52e0b557f435c92266d;hp=0e38e6b2ac4ce2574dbb538bbe7f03b0e693da65;hb=9132dc67804f7e868c21f759bf739ace4ce069b6;hpb=0e1b84aa80398d5573b73ae4d6ae79d6a930a2fd diff --git a/bindings/python/python-complements.h b/bindings/python/python-complements.h index 0e38e6b2..bd225980 100644 --- a/bindings/python/python-complements.h +++ b/bindings/python/python-complements.h @@ -71,3 +71,6 @@ 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); enum ctf_type_id _bt_python_get_field_type(const struct bt_ctf_field *field); + +/* iterator */ +struct bt_iter_pos *_bt_python_create_iter_pos(void);