This commit is contained in:
2026-02-13 14:42:07 -08:00
parent 6a485b6ad9
commit deb33eb352
670 changed files with 55968 additions and 51275 deletions

View File

@@ -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__