From: Robert Spalek Date: Thu, 19 Aug 2004 18:30:43 +0000 (+0000) Subject: renamed function X-Git-Tag: holmes-import~914 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=df10a782020fca22b3ee4c6e49980f68233cc6d1;p=libucw.git renamed function --- diff --git a/lib/lizard.h b/lib/lizard.h index bf4705a8..be8a0618 100644 --- a/lib/lizard.h +++ b/lib/lizard.h @@ -51,7 +51,7 @@ 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_bbcopy_compress(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. */