Sign in
plan9port
/
plan9
/
746d2e1ab0f68f4f932b7c98b43ece3aacc37e88
/
.
/
src
/
libflate
/
zlib.h
blob: 9669d86a81432505728f69ca970617c98d142808 [
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 */
};