summaryrefslogtreecommitdiff
path: root/inftrees.h
diff options
context:
space:
mode:
Diffstat (limited to 'inftrees.h')
-rw-r--r--inftrees.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inftrees.h b/inftrees.h
index 49eeeb9..82d365a 100644
--- a/inftrees.h
+++ b/inftrees.h
@@ -51,5 +51,5 @@ typedef enum {
51} codetype; 51} codetype;
52 52
53extern int inflate_table OF((codetype type, unsigned short FAR *lens, 53extern int inflate_table OF((codetype type, unsigned short FAR *lens,
54 unsigned codes, code * FAR *table, unsigned *bits, 54 unsigned codes, code FAR * FAR *table,
55 unsigned short FAR *work)); 55 unsigned FAR *bits, unsigned short FAR *work));