summaryrefslogtreecommitdiffstats
path: root/main/zlib/infcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/zlib/infcodes.h')
-rw-r--r--main/zlib/infcodes.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/main/zlib/infcodes.h b/main/zlib/infcodes.h
index 6c750d8..9bb18a4 100644
--- a/main/zlib/infcodes.h
+++ b/main/zlib/infcodes.h
@@ -1,6 +1,6 @@
/* infcodes.h -- header to use infcodes.c
* Copyright (C) 1995-1998 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* be used by applications. It is
@@ -12,16 +12,16 @@ 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 ));
+ uInt, uInt,
+ inflate_huft *, inflate_huft *,
+ z_streamp));
extern int inflate_codes OF((
- inflate_blocks_statef *,
- z_streamp ,
- int));
+ inflate_blocks_statef *,
+ z_streamp ,
+ int));
extern void inflate_codes_free OF((
- inflate_codes_statef *,
- z_streamp ));
+ inflate_codes_statef *,
+ z_streamp));