]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lizard.h
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / lizard.h
index bbd2a838a628928cd735570bf91169e1e47d69af..f81ea5f40777b3643021614119399a090074b98f 100644 (file)
@@ -32,4 +32,4 @@ struct lizard_buffer;
 
 struct lizard_buffer *lizard_alloc(void);
 void lizard_free(struct lizard_buffer *buf);
-int lizard_decompress_safe(byte *in, struct lizard_buffer *buf, uns expected_length, byte **ptr);
+byte *lizard_decompress_safe(byte *in, struct lizard_buffer *buf, uns expected_length);