Standardize *get_*_count() functions
[babeltrace.git] / lib / ctf-ir / attributes.c
index c6e8a232e885bc0c35fd08de3848a18ee87d6a3f..0ea3cfd7cc5a4e32ca05b37d8c0701caf5f709b7 100644 (file)
@@ -58,7 +58,7 @@ void bt_ctf_attributes_destroy(struct bt_value *attr_obj)
 }
 
 BT_HIDDEN
-int bt_ctf_attributes_get_count(struct bt_value *attr_obj)
+int64_t bt_ctf_attributes_get_count(struct bt_value *attr_obj)
 {
        return bt_value_array_size(attr_obj);
 }
This page took 0.02283 seconds and 4 git commands to generate.