Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / string.c
index f49d1b7e4459ff239a3d7e1bc93525f0f5bdf1b9..c397f0e2dfa720ebc150f0b96efd5fc2d3540c14 100644 (file)
@@ -32,7 +32,7 @@
 #include <string.h>
 
 int ctf_text_string_write(struct bt_stream_pos *ppos,
-                         struct definition *definition)
+                         struct bt_definition *definition)
 {
        struct definition_string *string_definition =
                container_of(definition, struct definition_string, p);
This page took 0.022479 seconds and 4 git commands to generate.