mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-05 06:15:28 +00:00
Clear tmpinbuf between chunks.
This commit is contained in:
parent
3a8c0b6689
commit
8a83741c32
3 changed files with 10 additions and 0 deletions
2
lrzip.h
2
lrzip.h
|
|
@ -36,4 +36,6 @@ void write_stdout_header(rzip_control *control);
|
|||
void write_fdout(rzip_control *control, void *buf, i64 len);
|
||||
void flush_tmpoutbuf(rzip_control *control);
|
||||
void close_tmpoutbuf(rzip_control *control);
|
||||
void clear_tmpinbuf(rzip_control *control);
|
||||
void close_tmpinbuf(rzip_control *control);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue