summaryrefslogtreecommitdiffstats
path: root/main/zlib/inffast.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/zlib/inffast.h')
-rw-r--r--main/zlib/inffast.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/zlib/inffast.h b/main/zlib/inffast.h
index 8facec5..1b7673b 100644
--- a/main/zlib/inffast.h
+++ b/main/zlib/inffast.h
@@ -1,6 +1,6 @@
/* inffast.h -- header to use inffast.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
@@ -9,9 +9,9 @@
*/
extern int inflate_fast OF((
- uInt,
- uInt,
- inflate_huft *,
- inflate_huft *,
- inflate_blocks_statef *,
- z_streamp ));
+ uInt,
+ uInt,
+ inflate_huft *,
+ inflate_huft *,
+ inflate_blocks_statef *,
+ z_streamp));