diff options
Diffstat (limited to '3rdParty/ZLib/src/inffast.h')
m--------- | 3rdParty/ZLib | 0 | ||||
-rw-r--r-- | 3rdParty/ZLib/src/inffast.h | 11 |
2 files changed, 0 insertions, 11 deletions
diff --git a/3rdParty/ZLib b/3rdParty/ZLib new file mode 160000 +Subproject 9d043b1e27a5c7a55d9811b9509012046ad0bdb diff --git a/3rdParty/ZLib/src/inffast.h b/3rdParty/ZLib/src/inffast.h deleted file mode 100644 index 1e88d2d..0000000 --- a/3rdParty/ZLib/src/inffast.h +++ /dev/null @@ -1,11 +0,0 @@ -/* inffast.h -- header to use inffast.c - * Copyright (C) 1995-2003 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 inflate_fast OF((z_streamp strm, unsigned start)); |