Rename "type" to "declaration"
[babeltrace.git] / formats / ctf / types / array.c
index 64d889e01d3867da6ed2820c61f8c79f060990b7..8cfd0ae574fbba544990ea8b99cfa2bcee30db49 100644 (file)
 #include <babeltrace/ctf/types.h>
 
 void ctf_array_begin(struct stream_pos *pos,
-                    const struct type_array *array_type)
+                    const struct declaration_array *array_declaration)
 {
        /* No need to align, because the first field will align itself. */
 }
 
 void ctf_array_end(struct stream_pos *pos,
-                  const struct type_array *array_type)
+                  const struct declaration_array *array_declaration)
 {
 }
This page took 0.023061 seconds and 4 git commands to generate.