summaryrefslogtreecommitdiff
path: root/lib/zlib/include/infcodes.h
diff options
context:
space:
mode:
authorpixel <pixel>2004-11-27 21:43:48 +0000
committerpixel <pixel>2004-11-27 21:43:48 +0000
commit583964f9f8e954eb57b31663065c5b9e833d045e (patch)
treeacec0745ed26454ee1275d3887f7456307669014 /lib/zlib/include/infcodes.h
parent3f7070bf177b743be0eeb8c404a620f72eb15ab6 (diff)
Large dos2unix commit...
Diffstat (limited to 'lib/zlib/include/infcodes.h')
-rw-r--r--lib/zlib/include/infcodes.h54
1 files changed, 27 insertions, 27 deletions
diff --git a/lib/zlib/include/infcodes.h b/lib/zlib/include/infcodes.h
index 46821a0..531d419 100644
--- a/lib/zlib/include/infcodes.h
+++ b/lib/zlib/include/infcodes.h
@@ -1,27 +1,27 @@
-/* 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 ));
-
+/* 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 ));
+