X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flizard.h;h=aa616515b21ad0d418a1d66de3015b5b104d346e;hb=e4c695d49529d03352d241872493a5161e646288;hp=bf4705a8bf33618b70a910add5cc36d870cdde1a;hpb=a19829b4db7b46193c2541798306060d1cd97902;p=libucw.git diff --git a/lib/lizard.h b/lib/lizard.h index bf4705a8..aa616515 100644 --- a/lib/lizard.h +++ b/lib/lizard.h @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_LIZARD_H -#define _SHERLOCK_LIZARD_H +#ifndef _UCW_LIZARD_H +#define _UCW_LIZARD_H #define LIZARD_NEEDS_CHARS 8 /* The compression routine needs input buffer 8 characters longer, because it @@ -46,14 +46,4 @@ adler32(byte *buf, uns len) return update_adler32(1, buf, len); } -/* lizard-fb.c */ -struct fastbuf; - -void lizard_set_type(uns type, float min_compr); -int lizard_bwrite(struct fastbuf *fb_out, byte *ptr_in, uns len_in); -int lizard_bbcopy(struct fastbuf *fb_out, struct fastbuf *fb_in, uns len_in); -int lizard_memread(struct lizard_buffer *liz_buf, byte *ptr_in, byte **ptr_out, uns *type); -int lizard_bread(struct lizard_buffer *liz_buf, struct fastbuf *fb_in, byte **ptr_out, uns *type); - /* These functions use static variables, hence they are not re-entrant. */ - #endif