Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / struct.c
index a727a89c97deb3579c1d5a536f2eae862dc44c72..1b9e27e10ce948a66c15b39640146c6ec87c9364 100644 (file)
@@ -29,7 +29,7 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_struct_write(struct bt_stream_pos *ppos, struct definition *definition)
+int ctf_text_struct_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct declaration *declaration = definition->declaration;
        struct declaration_struct *struct_declaration =
This page took 0.022569 seconds and 4 git commands to generate.