Python bindings: work around Python 3.5 behaviour change
[babeltrace.git] / bindings / python / python-complements.h
index d6f3321f17d68d5a3d96041fca37728e5219ca50..c243160c72154488aeba7ebaa62b0d29be512f08 100644 (file)
@@ -97,3 +97,6 @@ int _bt_python_ctf_clock_get_uuid_index(struct bt_ctf_clock *clock,
                size_t index, unsigned char *value);
 int _bt_python_ctf_clock_set_uuid_index(struct bt_ctf_clock *clock,
                size_t index, unsigned char value);
+
+/* iterator */
+struct bt_iter_pos *_bt_python_create_iter_pos(void);
This page took 0.024143 seconds and 4 git commands to generate.