aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/inputStream.h2
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;