diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-24 15:28:29 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-24 15:28:29 +0100 |
commit | 1de69f5b54045192db4b8240739f72bac1fd1d09 (patch) | |
tree | 78983598dedc11522bd32158ed8991b772ef3235 /lib/zlib/inffast.h | |
parent | Moved Lua (diff) | |
download | cuberite-1de69f5b54045192db4b8240739f72bac1fd1d09.tar cuberite-1de69f5b54045192db4b8240739f72bac1fd1d09.tar.gz cuberite-1de69f5b54045192db4b8240739f72bac1fd1d09.tar.bz2 cuberite-1de69f5b54045192db4b8240739f72bac1fd1d09.tar.lz cuberite-1de69f5b54045192db4b8240739f72bac1fd1d09.tar.xz cuberite-1de69f5b54045192db4b8240739f72bac1fd1d09.tar.zst cuberite-1de69f5b54045192db4b8240739f72bac1fd1d09.zip |
Diffstat (limited to 'lib/zlib/inffast.h')
-rw-r--r-- | lib/zlib/inffast.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/zlib/inffast.h b/lib/zlib/inffast.h new file mode 100644 index 000000000..e5c1aa4ca --- /dev/null +++ b/lib/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)); |