Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / enum.c
index 9df8da84e40615058f2f1d3e061d76358af9ff56..647050029fd0a7ba0ffb2b224092f6e86757d5e4 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <stdint.h>
 
-int ctf_text_enum_write(struct stream_pos *ppos, struct definition *definition)
+int ctf_text_enum_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct definition_enum *enum_definition =
                container_of(definition, struct definition_enum, p);
This page took 0.029598 seconds and 4 git commands to generate.