Namespace the struct declaration
[babeltrace.git] / types / integer.c
index 92c7eb11813026256f7646bfc8a996421c28f902..73d4f2a40116141e173b4cea0532b4cfd0b7b433 100644 (file)
@@ -33,7 +33,7 @@
 #include <stdint.h>
 
 static
-struct bt_definition *_integer_definition_new(struct declaration *declaration,
+struct bt_definition *_integer_definition_new(struct bt_declaration *declaration,
                               struct definition_scope *parent_scope,
                               GQuark field_name, int index,
                               const char *root_name);
@@ -41,7 +41,7 @@ static
 void _integer_definition_free(struct bt_definition *definition);
 
 static
-void _integer_declaration_free(struct declaration *declaration)
+void _integer_declaration_free(struct bt_declaration *declaration)
 {
        struct declaration_integer *integer_declaration =
                container_of(declaration, struct declaration_integer, p);
@@ -74,7 +74,7 @@ struct declaration_integer *
 
 static
 struct bt_definition *
-       _integer_definition_new(struct declaration *declaration,
+       _integer_definition_new(struct bt_declaration *declaration,
                                struct definition_scope *parent_scope,
                                GQuark field_name, int index,
                                const char *root_name)
This page took 0.023373 seconds and 4 git commands to generate.