X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2F3rdparty%2Fdeprecated%2Fzlib%2Finclude%2Finffast.h;fp=production%2F3rdparty%2Fdeprecated%2Fzlib%2Finclude%2Finffast.h;h=0000000000000000000000000000000000000000;hb=08c433f58546a8c8492a537b97759078247e8bce;hp=e5c1aa4ca8cd5244423680865609c71ab68f9ab6;hpb=9c896e976257e24f70f347d913c0a20681b13c04;p=feisty_meow.git diff --git a/production/3rdparty/deprecated/zlib/include/inffast.h b/production/3rdparty/deprecated/zlib/include/inffast.h deleted file mode 100644 index e5c1aa4c..00000000 --- a/production/3rdparty/deprecated/zlib/include/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));