Ensure types used for index and count in CTF IR API match
[babeltrace.git] / include / babeltrace / ctf-ir / event-fields.h
index e08e36b9787ec0363c73e8e130d0b2564a51b6f1..f0dd825ceb24485ddf034d7f99e2ee2d0e51ee90 100644 (file)
@@ -82,7 +82,7 @@ extern struct bt_ctf_field *bt_ctf_field_structure_get_field(
  * Returns a field instance on success, NULL on error.
  */
 extern struct bt_ctf_field *bt_ctf_field_structure_get_field_by_index(
-               struct bt_ctf_field *structure, size_t index);
+               struct bt_ctf_field *structure, int index);
 
 /*
  * bt_ctf_field_array_get_field: get an array's field at position "index".
This page took 0.024033 seconds and 4 git commands to generate.