mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-06 14:53:50 +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
stream.h
1
stream.h
|
|
@ -37,6 +37,7 @@ int write_stream(rzip_control *control, void *ss, int streamno, uchar *p, i64 le
|
|||
i64 read_stream(rzip_control *control, void *ss, int streamno, uchar *p, i64 len);
|
||||
int close_stream_out(rzip_control *control, void *ss);
|
||||
int close_stream_in(void *ss);
|
||||
ssize_t put_fdout(rzip_control *control, void *offset_buf, ssize_t ret);
|
||||
const i64 one_g;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue