X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=formats%2Fctf%2Ftypes%2Fstring.c;h=5771733b63ba35c42ddb3da3e06a22c5c2baa7f7;hb=1cf393f63db4dce618515749d5549564d1313ee4;hp=357e273a4e8929a130445ed764f6473e61ea0892;hpb=c462e188f3e7819c7bc74f671038cdbf36e8c3c0;p=babeltrace.git 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 =