Add inflateGetDictionary() function.

This commit is contained in:
Mark Adler
2012-05-26 10:37:17 -07:00
parent eb90f6a568
commit dca9e1d6f3
11 changed files with 59 additions and 0 deletions

View File

@@ -76,3 +76,7 @@ ZLIB_1.2.5.2 {
gzgetc_;
inflateResetKeep;
} ZLIB_1.2.5.1;
ZLIB_1.2.7.1 {
inflateSetDictionary;
} ZLIB_1.2.7;