diff options
author | jbj <devnull@localhost> | 2004-10-09 20:22:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-09 20:22:01 +0000 |
commit | a36aa761ec0f525c0a206f0a46d404a3ccab5887 (patch) | |
tree | a18dd949545703b4eed2f7d868faa159346fd43c /zlib | |
parent | 24bb3c7ce2dafefb995ecc0fb0f1de3727b4aaee (diff) | |
download | librpm-tizen-a36aa761ec0f525c0a206f0a46d404a3ccab5887.tar.gz librpm-tizen-a36aa761ec0f525c0a206f0a46d404a3ccab5887.tar.bz2 librpm-tizen-a36aa761ec0f525c0a206f0a46d404a3ccab5887.zip |
More changes from rpm-4_3 branch.
CVS patchset: 7441
CVS date: 2004/10/09 20:22:01
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/zlib.h b/zlib/zlib.h index d56e60fd6..447c9f2a7 100644 --- a/zlib/zlib.h +++ b/zlib/zlib.h @@ -1012,7 +1012,7 @@ ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)) opened for writing. */ -ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)) +ZEXTERN int ZEXPORT gzread OF((gzFile file, /*@out@*/ voidp buf, unsigned len)) /*@globals errno, fileSystem @*/ /*@modifies file, buf, errno, fileSystem @*/; /* |