snapshot
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
part of the implementation of the compression library and is
|
||||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
#ifndef __INFTREES_H__
|
||||
#define __INFTREES_H__
|
||||
|
||||
/* Structure for decoding tables. Each entry provides either the
|
||||
information needed to do the operation requested by the code that
|
||||
@@ -62,4 +60,3 @@ typedef enum {
|
||||
int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
||||
unsigned codes, code FAR * FAR *table,
|
||||
unsigned FAR *bits, unsigned short FAR *work));
|
||||
#endif // __INFTREES_H__
|
||||
|
||||
Reference in New Issue
Block a user