comparison src/dmzlib.h @ 1005:36add4215cdd

Oops, missed this.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 03:10:03 +0200
parents cd0e0270e1ce
children d98fcb10df6a
comparison
equal deleted inserted replaced
1004:2abca9bbfa41 1005:36add4215cdd
32 32
33 typedef struct 33 typedef struct
34 { 34 {
35 Uint8 *zbuffer, *zbufferEnd; 35 Uint8 *zbuffer, *zbufferEnd;
36 36
37 int window;
37 int numBits; 38 int numBits;
38 Uint32 codeBuffer; 39 Uint32 codeBuffer;
39 40
40 Uint8 *zout, *zoutStart, *zoutEnd; 41 Uint8 *zout, *zoutStart, *zoutEnd;
41 BOOL expandable; 42 BOOL expandable;