Standardize *get_*_count() functions
[babeltrace.git] / include / babeltrace / ctf-ir / attributes-internal.h
index b6a15a8c97e68b31775350b0e08a8eb746dc1652..fc82e7296e78812ef8e7a75accb8ac0e97876508 100644 (file)
@@ -42,7 +42,7 @@ BT_HIDDEN
 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);
 
 BT_HIDDEN
 const char *bt_ctf_attributes_get_field_name(struct bt_value *attr_obj,
This page took 0.02313 seconds and 4 git commands to generate.