diff options
Diffstat (limited to 'src/inputStream.h')
-rw-r--r-- | src/inputStream.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |