aboutsummaryrefslogtreecommitdiff
path: root/deps/inffast.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/inffast.h')
-rw-r--r--deps/inffast.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/inffast.h b/deps/inffast.h
deleted file mode 100644
index 169a85a..0000000
--- a/deps/inffast.h
+++ /dev/null
@@ -1,15 +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.
- */
-#ifndef _INFFAST_H
-#define _INFFAST_H
-
-void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
-
-#endif