]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lizard.h
prune the original source code yet more
[libucw.git] / lib / lizard.h
index 51f46bad23a77356ac5a9b8097290d4743d2b7d9..c701e6f2bcb589d2ecfa4fdaab86f1ebd988f976 100644 (file)
@@ -37,4 +37,8 @@ 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);
 
+/* adler32.c */
+uns update_adler32(uns adler, byte *ptr, uns len);
+uns adler32(byte *ptr, uns len);
+
 #endif