summaryrefslogtreecommitdiff
path: root/win32/zlib/infcodes.h
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-02-15 23:13:33 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-02-15 23:13:33 +0000
commit02c4d998f4fc2c9ac27fa5db6a35ee68c848b24d (patch)
treec7a6df9d6a0bfcb618eca56813d18c9d01f98f68 /win32/zlib/infcodes.h
parenta1d083bf2b5fb01bf0a4a94ad7bd2751f6e4fe34 (diff)
downloadpcsxr-02c4d998f4fc2c9ac27fa5db6a35ee68c848b24d.tar.gz
Patch 15812 (Cyrez);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89133 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/zlib/infcodes.h')
-rwxr-xr-xwin32/zlib/infcodes.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/win32/zlib/infcodes.h b/win32/zlib/infcodes.h
index 46821a02..e69de29b 100755
--- a/win32/zlib/infcodes.h
+++ b/win32/zlib/infcodes.h
@@ -1,27 +0,0 @@
-/* infcodes.h -- header to use infcodes.c
- * Copyright (C) 1995-2002 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.
- */
-
-struct inflate_codes_state;
-typedef struct inflate_codes_state FAR inflate_codes_statef;
-
-extern inflate_codes_statef *inflate_codes_new OF((
- uInt, uInt,
- inflate_huft *, inflate_huft *,
- z_streamp ));
-
-extern int inflate_codes OF((
- inflate_blocks_statef *,
- z_streamp ,
- int));
-
-extern void inflate_codes_free OF((
- inflate_codes_statef *,
- z_streamp ));
-