bt_ctf_field_type_integer_set_size(): take unsigned int parameter
[babeltrace.git] / include / babeltrace / ctf-ir / field-types.h
index 61dc291ae560b1555a27d06d80987b1247103c27..625a102e2dbaa93ed38489f1bfe94044e227cf06 100644 (file)
@@ -831,7 +831,7 @@ extern int bt_ctf_field_type_integer_get_size(
        the integer fields described by a given integer field type.
 */
 extern int bt_ctf_field_type_integer_set_size(
-               struct bt_ctf_field_type *int_field_type, size_t size);
+               struct bt_ctf_field_type *int_field_type, unsigned int size);
 
 /**
 @brief  Returns whether or not the @intfields described by the @intft
This page took 0.025489 seconds and 4 git commands to generate.