tag: convert to C++

This commit is contained in:
Max Kellermann
2013-07-30 20:11:57 +02:00
parent 6a9ab8bc0e
commit 06f898cc12
105 changed files with 711 additions and 723 deletions

View File

@@ -182,7 +182,7 @@ input_stream_lock_seek(struct input_stream *is, goffset offset, int whence,
return input_stream_seek(is, offset, whence, error_r);
}
struct tag *
Tag *
input_stream_tag(struct input_stream *is)
{
assert(is != NULL);
@@ -192,7 +192,7 @@ input_stream_tag(struct input_stream *is)
: NULL;
}
struct tag *
Tag *
input_stream_lock_tag(struct input_stream *is)
{
assert(is != NULL);