mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Prepare to write compressed output by flushing stdout after each chunk is compressed.
This commit is contained in:
parent
c75a50f723
commit
7fbec0a783
5 changed files with 34 additions and 8 deletions
3
lrzip.h
3
lrzip.h
|
|
@ -32,5 +32,6 @@ void decompress_file(rzip_control *control);
|
|||
void get_header_info(rzip_control *control, int fd_in, uchar *ctype, i64 *c_len, i64 *u_len, i64 *last_head);
|
||||
void get_fileinfo(rzip_control *control);
|
||||
void compress_file(rzip_control *control);
|
||||
char *make_magic(rzip_control *control, int fd_in);
|
||||
void write_stdout_header(rzip_control *control, int fd_in);
|
||||
void flush_stdout(rzip_control *control);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue