diff options
author | jbj <devnull@localhost> | 2002-04-11 16:55:19 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-11 16:55:19 +0000 |
commit | 2404e8d91895eae6913b9181094e6ef1f3c47ed0 (patch) | |
tree | 02db6f534d1c4daf10930c1733783e1a74b16aaa /zlib | |
parent | bd2f1e9543e175e9b1c07e308da38d39807ccabd (diff) | |
download | rpm-2404e8d91895eae6913b9181094e6ef1f3c47ed0.tar.gz rpm-2404e8d91895eae6913b9181094e6ef1f3c47ed0.tar.bz2 rpm-2404e8d91895eae6913b9181094e6ef1f3c47ed0.zip |
- rescusitate --rebuild.
CVS patchset: 5389
CVS date: 2002/04/11 16:55:19
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/zlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/zlib.h b/zlib/zlib.h index 1bc5ecf27..b7eb7008d 100644 --- a/zlib/zlib.h +++ b/zlib/zlib.h @@ -1,4 +1,4 @@ -/*@-declundef -fcnuse -typeuse @*/ +/*@-declundef -fcnuse -noparams -typeuse @*/ /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.1.4, March 11th, 2002 @@ -892,4 +892,4 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); #endif #endif /* _ZLIB_H */ -/*@=declundef =fcnuse =typeuse @*/ +/*@=declundef =fcnuse =noparams =typeuse @*/ |