From d4c7d6df6db478cbbfb0cba11a8a42aed9070d62 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 18 May 2004 09:34:22 +0000 Subject: can parse inputStream_http can parse mime type git-svn-id: https://svn.musicpd.org/mpd/trunk@1056 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inputStream.h') diff --git a/src/inputStream.h b/src/inputStream.h index 861232386..bcf57c85b 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -34,6 +34,8 @@ struct _InputStream { int error; long offset; size_t size; + char * mime; + int seekable; /* don't touc this stuff */ InputStreamSeekFunc seekFunc; -- cgit v1.2.3