Python bindings: work around Python 3.5 behaviour change
[babeltrace.git] / bindings / python / nativebt.i
index daab4da4b39fef787f00d917e1d8c1dcfbd69d82..ac1f8586fdd6652cb695e80bfd5bb73a85393ce1 100644 (file)
@@ -112,7 +112,7 @@ int _bt_python_ctf_clock_get_uuid_index(struct bt_ctf_clock *clock,
                size_t index, unsigned char *OUTPUT);
 int _bt_python_ctf_clock_set_uuid_index(struct bt_ctf_clock *clock,
                size_t index, unsigned char value);
-
+struct bt_iter_pos *_bt_python_create_iter_pos(void);
 
 /* context.h, context-internal.h */
 %rename("_bt_context_create") bt_context_create(void);
This page took 0.024284 seconds and 4 git commands to generate.