Sign in
plan9port
/
plan9
/
08d52f6c8fbe6fde72f234e5cb15ae84b68bf2a8
/
.
/
src
/
libflate
/
zlib.h
blob: da97c0c6386eec36b764165338e23ee27c4e42f0 [
file
] [
log
] [
blame
]
/*
* zlib header fields
*/
enum
{
ZlibMeth
=
0x0f
,
/* mask of compression methods */
ZlibDeflate
=
0x08
,
ZlibCInfo
=
0xf0
,
/* mask of compression aux. info */
ZlibWin32k
=
0x70
/* 32k history window */
};