diff options
author | jbj <devnull@localhost> | 2001-11-21 19:43:12 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-21 19:43:12 +0000 |
commit | d17885422f51f54f78426e112ae08b5934ff52a9 (patch) | |
tree | 78d7bec596b10a70e0f66b5647147a73c9d85f04 /zlib/inffast.h | |
parent | a224782884d6ab6f147033277a93e6a4f06fd6a0 (diff) | |
download | librpm-tizen-d17885422f51f54f78426e112ae08b5934ff52a9.tar.gz librpm-tizen-d17885422f51f54f78426e112ae08b5934ff52a9.tar.bz2 librpm-tizen-d17885422f51f54f78426e112ae08b5934ff52a9.zip |
Initial revision
CVS patchset: 5197
CVS date: 2001/11/21 19:43:12
Diffstat (limited to 'zlib/inffast.h')
-rw-r--r-- | zlib/inffast.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/zlib/inffast.h b/zlib/inffast.h new file mode 100644 index 000000000..8facec553 --- /dev/null +++ b/zlib/inffast.h @@ -0,0 +1,17 @@ +/* inffast.h -- header to use inffast.c + * Copyright (C) 1995-1998 Mark Adler + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +/* WARNING: this file should *not* be used by applications. It is + part of the implementation of the compression library and is + subject to change. Applications should only use zlib.h. + */ + +extern int inflate_fast OF(( + uInt, + uInt, + inflate_huft *, + inflate_huft *, + inflate_blocks_statef *, + z_streamp )); |