projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added support for 2 extra mouse buttons (patch 1757630)
[wxWidgets.git]
/
src
/
zlib
/
inffast.h
diff --git
a/src/zlib/inffast.h
b/src/zlib/inffast.h
index a31a4bbb058aaeba5806512aacd2f57aea5996c1..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-200
2
Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * Copyright (C) 1995-200
3
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));