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