Rename "type" to "declaration"
[babeltrace.git] / formats / ctf / types / variant.c
index 4422f1088a4171a24bafc016c883861ef031f42f..75dba56d8e5163b3f2db412b6fe6abc6b43a1e88 100644 (file)
 #include <babeltrace/ctf/types.h>
 
 void ctf_variant_begin(struct stream_pos *pos,
-                      const struct type_variant *variant_type)
+                      const struct declaration_variant *variant_declaration)
 {
 }
 
 void ctf_variant_end(struct stream_pos *pos,
-                    const struct type_variant *variant_type)
+                    const struct declaration_variant *variant_declaration)
 {
 }
This page took 0.023422 seconds and 4 git commands to generate.