Move bt_ctf_attributes API to internal headers
[babeltrace.git] / include / babeltrace / ctf-ir / utils.h
index de4a07ef635c4adc356ad31f639a6346f9b03046..e574bd60dd2517f5dead77dea85f876565543aa2 100644 (file)
@@ -34,7 +34,6 @@
 extern "C" {
 #endif
 
-#include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/objects.h>
 
 /*
@@ -52,34 +51,6 @@ extern "C" {
  */
 extern int bt_ctf_validate_identifier(const char *identifier);
 
-BT_HIDDEN
-struct bt_object *bt_ctf_attributes_create(void);
-
-BT_HIDDEN
-void bt_ctf_attributes_destroy(struct bt_object *attr_obj);
-
-BT_HIDDEN
-int bt_ctf_attributes_get_count(struct bt_object *attr_obj);
-
-BT_HIDDEN
-const char *bt_ctf_attributes_get_field_name(struct bt_object *attr_obj,
-               int index);
-
-BT_HIDDEN
-struct bt_object *bt_ctf_attributes_get_field_value(struct bt_object *attr_obj,
-               int index);
-
-BT_HIDDEN
-int bt_ctf_attributes_set_field_value(struct bt_object *attr_obj,
-               const char *name, struct bt_object *value_obj);
-
-BT_HIDDEN
-struct bt_object *bt_ctf_attributes_get_field_value_by_name(
-               struct bt_object *attr_obj, const char *name);
-
-BT_HIDDEN
-int bt_ctf_attributes_freeze(struct bt_object *attr_obj);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.026811 seconds and 4 git commands to generate.