X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fstring.c;fp=formats%2Fctf%2Ftypes%2Fstring.c;h=5771733b63ba35c42ddb3da3e06a22c5c2baa7f7;hp=357e273a4e8929a130445ed764f6473e61ea0892;hb=1cf393f63db4dce618515749d5549564d1313ee4;hpb=9426d563f74aed0b0f32818d4ef535cdfacdb167 diff --git a/formats/ctf/types/string.c b/formats/ctf/types/string.c index 357e273a..5771733b 100644 --- a/formats/ctf/types/string.c +++ b/formats/ctf/types/string.c @@ -31,7 +31,7 @@ #include /* C99 limits */ #include -int ctf_string_read(struct stream_pos *ppos, struct definition *definition) +int ctf_string_read(struct bt_stream_pos *ppos, struct definition *definition) { struct definition_string *string_definition = container_of(definition, struct definition_string, p); @@ -68,7 +68,7 @@ int ctf_string_read(struct stream_pos *ppos, struct definition *definition) return 0; } -int ctf_string_write(struct stream_pos *ppos, +int ctf_string_write(struct bt_stream_pos *ppos, struct definition *definition) { struct definition_string *string_definition =