aboutsummaryrefslogtreecommitdiffstats
path: root/code/zlib/inffast.h
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 14:00:16 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 14:00:16 +0000
commitb216c712418ff9260683c212e2c5a1af25bee600 (patch)
treecd3c256ae11b89daa84a531081a6549d6082b1f8 /code/zlib/inffast.h
parentb53b2afb9ef108c44f3666b3befc10b0db58b8d5 (diff)
downloadioquake3-aero-b216c712418ff9260683c212e2c5a1af25bee600.tar.gz
ioquake3-aero-b216c712418ff9260683c212e2c5a1af25bee600.zip
Just unix2dos, nothing to see here ...
git-svn-id: svn://svn.icculus.org/quake3/trunk@1681 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/zlib/inffast.h')
-rw-r--r--code/zlib/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/code/zlib/inffast.h b/code/zlib/inffast.h
new file mode 100644
index 0000000..1e88d2d
--- /dev/null
+++ b/code/zlib/inffast.h
@@ -0,0 +1,11 @@
+/* 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));