X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flizard.h;h=fc3631ac1103f829263fced390c8281a3cffba8b;hb=5bb0345810e5d0097488fffd1216b9ed0b4b9d05;hp=e84b51193af19ecec2d2de06fd78b5a15e5aeb3a;hpb=7e78e373f53f792cf7295345df7fdf75b9706903;p=libucw.git diff --git a/lib/lizard.h b/lib/lizard.h index e84b5119..fc3631ac 100644 --- a/lib/lizard.h +++ b/lib/lizard.h @@ -28,9 +28,11 @@ int lizard_compress(byte *in, uns in_len, byte *out); int lizard_decompress(byte *in, byte *out); /* lizard-safe.c */ +struct sigaction; struct lizard_buffer { uns len; void *start, *ptr; + struct sigaction *old_sigsegv_handler; }; struct lizard_buffer *lizard_alloc(uns max_len);