little cleanup of plugin stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@1247 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -15,7 +15,8 @@ typedef int (* InputPlugin_streamDecodeFunc) (OutputBuffer *, DecoderControl *,
|
||||
|
||||
typedef int (* InputPlugin_fileDecodeFunc) (OutputBuffer *, DecoderControl *);
|
||||
|
||||
typedef MpdTag * (* InputPlugin_tagDupFunc) (char * utf8file);
|
||||
/* file should be the full path! */
|
||||
typedef MpdTag * (* InputPlugin_tagDupFunc) (char * file);
|
||||
|
||||
typedef struct _InputPlugin {
|
||||
char * name;
|
||||
|
||||
Reference in New Issue
Block a user