aboutsummaryrefslogtreecommitdiff
path: root/deps/inffast.h
diff options
context:
space:
mode:
authorJean-André Santoni2019-01-13 11:12:32 +0700
committerJean-André Santoni2019-01-13 11:12:32 +0700
commit7795edd6c683a5b82701cfa825304ac48bf79fef (patch)
treeea7e23977f5403d1c5ed3e18b27d03e53e778810 /deps/inffast.h
parent28ea3e2d87c4e239d8853b10c4496f82feb9d982 (diff)
downloadpcsx_rearmed-7795edd6c683a5b82701cfa825304ac48bf79fef.tar.gz
pcsx_rearmed-7795edd6c683a5b82701cfa825304ac48bf79fef.tar.bz2
pcsx_rearmed-7795edd6c683a5b82701cfa825304ac48bf79fef.zip
Embed zlib
Diffstat (limited to 'deps/inffast.h')
-rw-r--r--deps/inffast.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/inffast.h b/deps/inffast.h
new file mode 100644
index 0000000..169a85a
--- /dev/null
+++ b/deps/inffast.h
@@ -0,0 +1,15 @@
+/* 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