diff options
| -rw-r--r-- | zlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1586,7 +1586,7 @@ ZEXTERN z_off_t ZEXPORT gzseek(gzFile file, | |||
| 1586 | would be before the current position. | 1586 | would be before the current position. |
| 1587 | */ | 1587 | */ |
| 1588 | 1588 | ||
| 1589 | ZEXTERN int ZEXPORT gzrewind(gzFile file); | 1589 | ZEXTERN int ZEXPORT gzrewind(gzFile file); |
| 1590 | /* | 1590 | /* |
| 1591 | Rewind file. This function is supported only for reading. | 1591 | Rewind file. This function is supported only for reading. |
| 1592 | 1592 | ||
| @@ -1594,7 +1594,7 @@ ZEXTERN int ZEXPORT gzrewind(gzFile file); | |||
| 1594 | */ | 1594 | */ |
| 1595 | 1595 | ||
| 1596 | /* | 1596 | /* |
| 1597 | ZEXTERN z_off_t ZEXPORT gztell(gzFile file); | 1597 | ZEXTERN z_off_t ZEXPORT gztell(gzFile file); |
| 1598 | 1598 | ||
| 1599 | Return the starting position for the next gzread or gzwrite on file. | 1599 | Return the starting position for the next gzread or gzwrite on file. |
| 1600 | This position represents a number of bytes in the uncompressed data stream, | 1600 | This position represents a number of bytes in the uncompressed data stream, |
| @@ -1650,7 +1650,7 @@ ZEXTERN int ZEXPORT gzdirect(gzFile file); | |||
| 1650 | gzip file reading and decompression, which may not be desired.) | 1650 | gzip file reading and decompression, which may not be desired.) |
| 1651 | */ | 1651 | */ |
| 1652 | 1652 | ||
| 1653 | ZEXTERN int ZEXPORT gzclose(gzFile file); | 1653 | ZEXTERN int ZEXPORT gzclose(gzFile file); |
| 1654 | /* | 1654 | /* |
| 1655 | Flush all pending output for file, if necessary, close file and | 1655 | Flush all pending output for file, if necessary, close file and |
| 1656 | deallocate the (de)compression state. Note that once file is closed, you | 1656 | deallocate the (de)compression state. Note that once file is closed, you |
