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.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user