summaryrefslogtreecommitdiff
path: root/lz77.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-05-22 23:24:36 +0000
committerPixel <Pixel>2002-05-22 23:24:36 +0000
commit983358288de02d3bbf09a007f67d6f7d01bc2eff (patch)
tree2fc578b80ab43be8fa3e2ec0515fa6ef7a1bda99 /lz77.h
parent2142b6b2c0a52093f8d9559fac38dc36cbd3d99d (diff)
Daily commit.
Diffstat (limited to 'lz77.h')
-rw-r--r--lz77.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lz77.h b/lz77.h
index 418578e..34888c5 100644
--- a/lz77.h
+++ b/lz77.h
@@ -28,7 +28,8 @@
typedef struct {
char * name;
- int one_is_compressed, bitmap_inversed, one_jump, overlap_trick, negative_trick, sixteen_bits, opposite, filling;
+ int one_is_compressed, bitmap_inversed, one_jump, overlap_trick, negative_trick, sixteen_bits, ptrb, filling;
+ int window_start;
int l_mask_1, l_shft_1, l_mask_2, l_shft_2;
int j_mask_1, j_shft_1, j_mask_2, j_shft_2;
int f_mask_1, f_shft_1, f_mask_2, f_shft_2;