mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Fix two wrong declarations in precomp.h
This commit is contained in:
parent
e8e24907e0
commit
725f8c381f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
int def(FILE *source, FILE *dest, int level, int windowbits, int memlevel);
|
||||
int def_compare(FILE *source, FILE *dest, FILE *compfile, int level, int windowbits, int memlevel, int& decompressed_bytes_used);
|
||||
int def_compare_bzip2(FILE *source, FILE *dest, FILE *compfile, int level, int& decompressed_bytes_used);
|
||||
int def_compare(FILE *source, FILE *compfile, int level, int windowbits, int memlevel, int& decompressed_bytes_used);
|
||||
int def_compare_bzip2(FILE *source, FILE *compfile, int level, int& decompressed_bytes_used);
|
||||
int def_part(FILE *source, FILE *dest, int level, int windowbits, int memlevel, int stream_size_in, int stream_size_out);
|
||||
int def_part_skip(FILE *source, FILE *dest, int level, int windowbits, int memlevel, int stream_size_in, int stream_size_out, int bmp_width);
|
||||
int inf(FILE *source, FILE *dest, int windowbits, int& compressed_stream_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue