Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / enum.c
index 8a2463bb7db54cc300d7b7dceb7d6dc8957d88b7..647050029fd0a7ba0ffb2b224092f6e86757d5e4 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <stdint.h>
 
-int ctf_text_enum_write(struct bt_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.022884 seconds and 4 git commands to generate.