summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/zlib-1.2.5/inffast.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-10 13:50:19 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-10 13:50:19 +0000
commit3562f80e5794c062e8d3b071c4305e06688cafcb (patch)
tree9259909c789606caf5ffddf4f208af1f51eb3ed1 /Build/source/libs/zlib/zlib-1.2.5/inffast.h
parentb85385edea235ecca799dabe0c9b9248a84d8824 (diff)
zlib 1.2.6
git-svn-id: svn://tug.org/texlive/trunk@25351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/zlib-1.2.5/inffast.h')
-rw-r--r--Build/source/libs/zlib/zlib-1.2.5/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/libs/zlib/zlib-1.2.5/inffast.h b/Build/source/libs/zlib/zlib-1.2.5/inffast.h
deleted file mode 100644
index e5c1aa4ca8c..00000000000
--- a/Build/source/libs/zlib/zlib-1.2.5/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));