diff options
author | Aki <please@ignore.pl> | 2021-09-29 21:52:57 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 21:52:57 +0200 |
commit | 86684427ef55fdad89bccf6afb3de8085ae4580a (patch) | |
tree | beae38abc6a89c6388407f5eab60c1bd6ebdc1d1 /zlib/inffast.h | |
parent | 6ebfc6e07d5c4fc701ce522391616550d197881a (diff) | |
parent | 07162fa301835387e4da4278326ec1ff45d1dc3e (diff) | |
download | starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.zip starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.tar.gz starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.tar.bz2 |
Merge commit '07162fa301835387e4da4278326ec1ff45d1dc3e' as 'zlib'
Diffstat (limited to 'zlib/inffast.h')
-rw-r--r-- | zlib/inffast.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/zlib/inffast.h b/zlib/inffast.h new file mode 100644 index 0000000..e5c1aa4 --- /dev/null +++ b/zlib/inffast.h @@ -0,0 +1,11 @@ +/* inffast.h -- header to use inffast.c + * Copyright (C) 1995-2003, 2010 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. + */ + +void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); |