From 82059645f18e4a8aa734e0a376d10bb52fc1cc7d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 21:12:37 +0200 Subject: decoder: rename the struct to "Decoder" --- src/DecoderBuffer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DecoderBuffer.hxx') diff --git a/src/DecoderBuffer.hxx b/src/DecoderBuffer.hxx index 8411f9269..cba788d0b 100644 --- a/src/DecoderBuffer.hxx +++ b/src/DecoderBuffer.hxx @@ -29,7 +29,7 @@ */ struct DecoderBuffer; -struct decoder; +struct Decoder; struct input_stream; /** @@ -41,7 +41,7 @@ struct input_stream; * @return the new decoder_buffer object */ DecoderBuffer * -decoder_buffer_new(struct decoder *decoder, struct input_stream *is, +decoder_buffer_new(Decoder *decoder, struct input_stream *is, size_t size); /** -- cgit v1.2.3