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