aboutsummaryrefslogtreecommitdiffstats
path: root/external-libs/zlib/inffast.h
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-23 05:20:03 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-23 05:20:03 +0200
commit7d6d22db7bf177050c593e9777e6554523364bce (patch)
tree2f6db2ded8cc29733b2ed0f36ad58a3bc820786a /external-libs/zlib/inffast.h
parent633a29469488020da04c7dc2f305021deb960b25 (diff)
downloadqpdf-7d6d22db7bf177050c593e9777e6554523364bce.tar.zst
remove embedded external libs; replace with different mechanism
git-svn-id: svn+q:///qpdf/trunk@868 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'external-libs/zlib/inffast.h')
-rw-r--r--external-libs/zlib/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/external-libs/zlib/inffast.h b/external-libs/zlib/inffast.h
deleted file mode 100644
index 1e88d2d9..00000000
--- a/external-libs/zlib/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));