summaryrefslogtreecommitdiff
path: root/zlib/inftrees.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/inftrees.h')
-rw-r--r--zlib/inftrees.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zlib/inftrees.h b/zlib/inftrees.h
index 82d365a7e..1bfb4d93c 100644
--- a/zlib/inftrees.h
+++ b/zlib/inftrees.h
@@ -52,4 +52,5 @@ typedef enum {
extern int inflate_table OF((codetype type, unsigned short FAR *lens,
unsigned codes, code FAR * FAR *table,
- unsigned FAR *bits, unsigned short FAR *work));
+ unsigned FAR *bits, unsigned short FAR *work))
+ /*@modifies *table, *bits, work @*/;