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/decoder/OggCodec.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/OggCodec.hxx') diff --git a/src/decoder/OggCodec.hxx b/src/decoder/OggCodec.hxx index eb709286b..b24b4ec5c 100644 --- a/src/decoder/OggCodec.hxx +++ b/src/decoder/OggCodec.hxx @@ -34,6 +34,6 @@ enum ogg_codec { }; enum ogg_codec -ogg_codec_detect(struct decoder *decoder, struct input_stream *is); +ogg_codec_detect(Decoder *decoder, struct input_stream *is); #endif /* _OGG_COMMON_H */ -- cgit v1.2.3