summaryrefslogtreecommitdiff
path: root/plugins/Zlib/src/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/src/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/src/inffast.h')
-rw-r--r--plugins/Zlib/src/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Zlib/src/inffast.h b/plugins/Zlib/src/inffast.h
new file mode 100644
index 0000000000..e5c1aa4ca8
--- /dev/null
+++ b/plugins/Zlib/src/inffast.h
@@ -0,0 +1,11 @@
+/* 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));