namespace the array functions
[babeltrace.git] / formats / ctf / metadata / ctf-visitor-generate-io-struct.c
index c32aa990fc23b952f9e5c827532796e1d22c28d1..97d15e77ccddf08231906cf81182236876eebaf1 100644 (file)
@@ -509,7 +509,7 @@ struct declaration *ctf_type_declarator_visit(FILE *fd, int depth,
                        size_t len;
 
                        len = first->u.unary_expression.u.unsigned_constant;
-                       array_declaration = array_declaration_new(len, nested_declaration,
+                       array_declaration = bt_array_declaration_new(len, nested_declaration,
                                                declaration_scope);
 
                        if (!array_declaration) {
This page took 0.027888 seconds and 4 git commands to generate.