summaryrefslogtreecommitdiff
path: root/zlib/inffast.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-11-22 21:12:46 +0000
committerjbj <devnull@localhost>2001-11-22 21:12:46 +0000
commit9d66753a5b99ecd9ae022c5ff42eec58b57d8c13 (patch)
treed7f987e75f8fecefc2342001779efd60da0a7d1e /zlib/inffast.h
parentd77eeb993d5f2f63facad07452169f547f614503 (diff)
downloadlibrpm-tizen-9d66753a5b99ecd9ae022c5ff42eec58b57d8c13.tar.gz
librpm-tizen-9d66753a5b99ecd9ae022c5ff42eec58b57d8c13.tar.bz2
librpm-tizen-9d66753a5b99ecd9ae022c5ff42eec58b57d8c13.zip
More annotations.
CVS patchset: 5206 CVS date: 2001/11/22 21:12:46
Diffstat (limited to 'zlib/inffast.h')
-rw-r--r--zlib/inffast.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/zlib/inffast.h b/zlib/inffast.h
index c9a64e07b..ca5188057 100644
--- a/zlib/inffast.h
+++ b/zlib/inffast.h
@@ -9,10 +9,6 @@
*/
extern int inflate_fast OF((
- /* uInt,
- uInt,
- inflate_huft *,
- inflate_huft *,
- */
- inflate_blocks_statef *,
- z_streamp )); // __attribute__((regparm(3)));
+ inflate_blocks_statef * s,
+ z_streamp z)) // __attribute__((regparm(3)));
+ /*@modifies s @*/;