From 91d5510c862014166246a419724c2dcc171434ed Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Nov 2018 21:33:57 -0500 Subject: Add inflateReset.3 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 121054e..0127b46 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ MAN += inflateEnd.3 MAN += inflateGetDictionary.3 MAN += inflateInit.3 MAN += inflateInit2.3 +MAN += inflateReset.3 MAN += inflateSetDictionary.3 MAN += inflateSync.3 MAN += uncompress.3 @@ -33,6 +34,7 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 +MLINKS += inflateReset.3 inflateReset2.3 MLINKS += uncompress.3 uncompress2.3 .include -- cgit 1.4.1