move last_chunk flag into HInputStream
This commit is contained in:
parent
28fa93d4cc
commit
d4f933b2d3
3 changed files with 14 additions and 9 deletions
|
|
@ -79,6 +79,7 @@ typedef struct HInputStream_ {
|
|||
// towards that should be ignored.
|
||||
char endianness;
|
||||
bool overrun;
|
||||
bool last_chunk;
|
||||
} HInputStream;
|
||||
|
||||
typedef struct HSlistNode_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue