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/inputStream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inputStream.h') diff --git a/src/inputStream.h b/src/inputStream.h index f062feb8e..5add3f486 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -45,6 +45,7 @@ struct _InputStream { InputStreamAtEOFFunc atEOFFunc; InputStreamBufferFunc bufferFunc; void * data; + char * metaTitle; }; /* if an error occurs for these 3 functions, then -1 is returned and errno -- cgit v1.2.3