From d0556dc9839627f899939e9419181a4ad9b2053d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 29 Aug 2008 09:38:11 +0200 Subject: tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item Getting rid of CamelCase; not having typedefs also allows us to forward-declare the structures. --- src/decoder_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index 7428b3aab..3f953ec2c 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -74,7 +74,7 @@ typedef int (*decoder_file_decode_func) (struct decoder *, char *path); /* file should be the full path! Returns NULL if a tag cannot be found * or read */ -typedef MpdTag *(*decoder_tag_dup_func) (char *file); +typedef struct tag *(*decoder_tag_dup_func) (char *file); struct decoder_plugin { const char *name; -- cgit v1.2.3