diff options
author | June McEnroe <june@causal.agency> | 2018-11-13 16:24:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-13 16:24:07 -0500 |
commit | 08a786fb6651efd4ba38245e300f87526ea99505 (patch) | |
tree | 71f78d5d23774751bc0a39b1a5ed099786a5f472 /Makefile | |
parent | Add gzflush.3 (diff) | |
download | zlib-man-pages-08a786fb6651efd4ba38245e300f87526ea99505.tar.gz zlib-man-pages-08a786fb6651efd4ba38245e300f87526ea99505.zip |
Add gzseek.3
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 0518b4b..45081d8 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ MAN += gzprintf.3 MAN += gzputc.3 MAN += gzputs.3 MAN += gzread.3 +MAN += gzseek.3 MAN += gzsetparams.3 MAN += gzungetc.3 MAN += gzwrite.3 @@ -55,6 +56,7 @@ MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 MLINKS += gzopen.3 gzdopen.3 +MLINKS += gzseek.3 gzrewind.3 MLINKS += inflateReset.3 inflateReset2.3 MLINKS += uncompress.3 uncompress2.3 |