X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fzlib_inflate%2Finffast.h;fp=lib%2Fzlib_inflate%2Finffast.h;h=fc720f0fa7f55ba8c8aa76ff13fe2bf2331cabf3;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=40315d9fddc4d6c893b25ec4e61f7e5617b7e241;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/lib/zlib_inflate/inffast.h b/lib/zlib_inflate/inffast.h index 40315d9fd..fc720f0fa 100644 --- a/lib/zlib_inflate/inffast.h +++ b/lib/zlib_inflate/inffast.h @@ -1,6 +1,6 @@ /* inffast.h -- header to use inffast.c - * Copyright (C) 1995-2003 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * Copyright (C) 1995-1998 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 @@ -8,4 +8,10 @@ subject to change. Applications should only use zlib.h. */ -void inflate_fast (z_streamp strm, unsigned start); +extern int zlib_inflate_fast ( + uInt, + uInt, + inflate_huft *, + inflate_huft *, + inflate_blocks_statef *, + z_streamp );