From df10a782020fca22b3ee4c6e49980f68233cc6d1 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Thu, 19 Aug 2004 18:30:43 +0000 Subject: [PATCH] renamed function --- lib/lizard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5