move last_chunk flag into HInputStream

This commit is contained in:
Sven M. Hallberg 2015-09-04 12:55:37 +02:00
parent 28fa93d4cc
commit d4f933b2d3
3 changed files with 14 additions and 9 deletions

View file

@ -79,6 +79,7 @@ typedef struct HInputStream_ {
// towards that should be ignored.
char endianness;
bool overrun;
bool last_chunk;
} HInputStream;
typedef struct HSlistNode_ {