lib: make `bt_attributes_get_count()` return uint64_t
[babeltrace.git] / src / lib / trace-ir / attributes.h
index e493815c67268f06b5233bdf95ae540c14073cab..6f52d18bb07ffbad953a23607c6055de72c814e9 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 #endif
 
 #include <stdint.h>
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include <babeltrace2/value.h>
 
 BT_HIDDEN
@@ -39,7 +39,7 @@ BT_HIDDEN
 void bt_attributes_destroy(struct bt_value *attr_obj);
 
 BT_HIDDEN
-int64_t bt_attributes_get_count(const struct bt_value *attr_obj);
+uint64_t bt_attributes_get_count(const struct bt_value *attr_obj);
 
 BT_HIDDEN
 const char *bt_attributes_get_field_name(const struct bt_value *attr_obj,
This page took 0.022618 seconds and 4 git commands to generate.