diff options
Diffstat (limited to 'functable.h')
| -rw-r--r-- | functable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functable.h b/functable.h index 45712424ed..dab313da20 100644 --- a/functable.h +++ b/functable.h @@ -9,8 +9,8 @@ #include "deflate.h" struct functable_s { - Pos (* insert_string) (deflate_state *const s, const Pos str, unsigned int count); - Pos (* quick_insert_string)(deflate_state *const s, const Pos str); + Pos (* insert_string) (deflate_state *const s, const uint32_t str, uint32_t count); + Pos (* quick_insert_string)(deflate_state *const s, const uint32_t str); uint32_t (* adler32) (uint32_t adler, const unsigned char *buf, size_t len); uint32_t (* crc32) (uint32_t crc, const unsigned char *buf, uint64_t len); void (* slide_hash) (deflate_state *s); |
