mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-09 00:03:55 +00:00
Fix warnings.
Patch ~ by Serge Belyshev.
This commit is contained in:
parent
e856d481bf
commit
b8d8ecfe33
6 changed files with 13 additions and 7 deletions
1
lrzip.h
1
lrzip.h
|
|
@ -33,6 +33,7 @@ void get_header_info(rzip_control *control, int fd_in, uchar *ctype, i64 *c_len,
|
|||
void get_fileinfo(rzip_control *control);
|
||||
void compress_file(rzip_control *control);
|
||||
void write_fdout(rzip_control *control, void *buf, i64 len);
|
||||
void write_fdin(struct rzip_control *control);
|
||||
void flush_tmpoutbuf(rzip_control *control);
|
||||
void close_tmpoutbuf(rzip_control *control);
|
||||
void clear_tmpinbuf(rzip_control *control);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue