Make python bindings compile with trunk
[babeltrace.git] / bindings / python / python-complements.h
index 9597d7053a3cd6423717b13dc62739f85f730fb9..4335d8a2abff147ecf5bddeb135ba65a10d72052 100644 (file)
@@ -32,11 +32,11 @@ FILE *_bt_file_open(char *file_path, char *mode);
 void _bt_file_close(FILE *fp);
 
 /* ctf-field-list */
-struct definition **_bt_python_field_listcaller(
+struct bt_definition **_bt_python_field_listcaller(
                const struct bt_ctf_event *ctf_event,
-               const struct definition *scope);
-struct definition *_bt_python_field_one_from_list(
-               struct definition **list, int index);
+               const struct bt_definition *scope);
+struct bt_definition *_bt_python_field_one_from_list(
+               struct bt_definition **list, int index);
 
 /* event_decl_list */
 struct bt_ctf_event_decl **_bt_python_event_decl_listcaller(
This page took 0.022526 seconds and 4 git commands to generate.