Namespace struct stream_pos
[babeltrace.git] / types / struct.c
index 5da9033e7a419ee1116bc7bfcf809d421791ff7e..219d523078fa26aa6a2a9df27c761b4824214adc 100644 (file)
@@ -43,7 +43,7 @@ struct definition *_struct_definition_new(struct declaration *declaration,
 static
 void _struct_definition_free(struct definition *definition);
 
-int bt_struct_rw(struct stream_pos *ppos, struct definition *definition)
+int bt_struct_rw(struct bt_stream_pos *ppos, struct definition *definition)
 {
        struct definition_struct *struct_definition =
                container_of(definition, struct definition_struct, p);
This page took 0.022647 seconds and 4 git commands to generate.