aboutsummaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/zlib.h b/zlib.h
index b780e6c..8050bdd 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1431,9 +1431,7 @@ ZEXTERN int ZEXPORT gzeof OF((gzFile file));
1431ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); 1431ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1432/* 1432/*
1433 Returns true (1) if file is being copied directly while reading, or false 1433 Returns true (1) if file is being copied directly while reading, or false
1434 (0) if file is a gzip stream being decompressed. This state can change from 1434 (0) if file is a gzip stream being decompressed.
1435 false to true while reading the input file if the end of a gzip stream is
1436 reached, but is followed by data that is not another gzip stream.
1437 1435
1438 If the input file is empty, gzdirect() will return true, since the input 1436 If the input file is empty, gzdirect() will return true, since the input
1439 does not contain a gzip stream. 1437 does not contain a gzip stream.