summaryrefslogtreecommitdiffstats
path: root/zlib-1.2.7/inffast.h
diff options
context:
space:
mode:
authorAlexander Harkness <bearbin@gmail.com>2013-11-24 15:28:29 +0100
committerAlexander Harkness <bearbin@gmail.com>2013-11-24 15:28:29 +0100
commit1de69f5b54045192db4b8240739f72bac1fd1d09 (patch)
tree78983598dedc11522bd32158ed8991b772ef3235 /zlib-1.2.7/inffast.h
parentMoved Lua (diff)
downloadcuberite-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 'zlib-1.2.7/inffast.h')
-rw-r--r--zlib-1.2.7/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/zlib-1.2.7/inffast.h b/zlib-1.2.7/inffast.h
deleted file mode 100644
index e5c1aa4ca..000000000
--- a/zlib-1.2.7/inffast.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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));