]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lizard.h
added adler32 functions
[libucw.git] / lib / lizard.h
index 51f46bad23a77356ac5a9b8097290d4743d2b7d9..838d683f7849f30de68f797a467a676fc491f672 100644 (file)
@@ -37,4 +37,7 @@ struct lizard_buffer *lizard_alloc(void);
 void lizard_free(struct lizard_buffer *buf);
 byte *lizard_decompress_safe(byte *in, struct lizard_buffer *buf, uns expected_length);
 
+uns update_adler32(uns adler, byte *ptr, uns len);
+uns adler32(byte *ptr, uns len);
+
 #endif