projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Text style fix
[wxWidgets.git]
/
src
/
zlib
/
inffast.h
diff --git
a/src/zlib/inffast.h
b/src/zlib/inffast.h
index 8facec553147642d165d2ba011ea5d13760b3aee..1e88d2d97b568d37c44800c5aa7e54cfa33d46d3 100644
(file)
--- a/
src/zlib/inffast.h
+++ b/
src/zlib/inffast.h
@@
-1,6
+1,6
@@
/* inffast.h -- header to use inffast.c
/* 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
+ * Copyright (C) 1995-
2003
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
*/
/* WARNING: this file should *not* be used by applications. It is
@@
-8,10
+8,4
@@
subject to change. Applications should only use zlib.h.
*/
subject to change. Applications should only use zlib.h.
*/
-extern int inflate_fast OF((
- uInt,
- uInt,
- inflate_huft *,
- inflate_huft *,
- inflate_blocks_statef *,
- z_streamp ));
+void inflate_fast OF((z_streamp strm, unsigned start));