X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flizard.h;h=f81ea5f40777b3643021614119399a090074b98f;hb=997624f88f37bec5cb96cf9fc3b3cac05ccc6ed8;hp=bbd2a838a628928cd735570bf91169e1e47d69af;hpb=54952ff4cd9e28755d0fb0d38e2dab3c1299a6ab;p=libucw.git diff --git a/lib/lizard.h b/lib/lizard.h index bbd2a838..f81ea5f4 100644 --- a/lib/lizard.h +++ b/lib/lizard.h @@ -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);