From 000e053ce73f6f87bc7c3797caceb1b60e467dcf Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 31 May 2004 11:42:46 +0000 Subject: icynames are now copied to title of streams git-svn-id: https://svn.musicpd.org/mpd/trunk@1258 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inputPlugin.h') diff --git a/src/inputPlugin.h b/src/inputPlugin.h index fe59b722a..9d77262c6 100644 --- a/src/inputPlugin.h +++ b/src/inputPlugin.h @@ -13,7 +13,8 @@ typedef int (* InputPlugin_streamDecodeFunc) (OutputBuffer *, DecoderControl *, InputStream *); -typedef int (* InputPlugin_fileDecodeFunc) (OutputBuffer *, DecoderControl *); +typedef int (* InputPlugin_fileDecodeFunc) (OutputBuffer *, DecoderControl *, + char * path); /* file should be the full path! */ typedef MpdTag * (* InputPlugin_tagDupFunc) (char * file); -- cgit v1.2.3