can parse inputStream_http can parse mime type

git-svn-id: https://svn.musicpd.org/mpd/trunk@1056 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-05-18 09:34:22 +00:00
parent 45f8d47384
commit d4c7d6df6d
3 changed files with 51 additions and 15 deletions

View File

@@ -34,6 +34,8 @@ struct _InputStream {
int error;
long offset;
size_t size;
char * mime;
int seekable;
/* don't touc this stuff */
InputStreamSeekFunc seekFunc;