summaryrefslogtreecommitdiff
path: root/plugins/Zlib/inffast.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-14 15:12:58 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-14 15:12:58 +0000
commit41c7464d17a950c8f0779f4aa8821f792435526c (patch)
treedcb58d4f6873e22f6844f192c37e6ed92046dfd0 /plugins/Zlib/inffast.h
parent142074f63bdf6602d52a92fef351dcd325630412 (diff)
Zlib: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Zlib/inffast.h')
-rw-r--r--plugins/Zlib/inffast.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/Zlib/inffast.h b/plugins/Zlib/inffast.h
deleted file mode 100644
index e5c1aa4ca8..0000000000
--- a/plugins/Zlib/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));