X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=inffast.h;h=191e5e71dfed17082625df4a0715e962c8c80cfd;hb=73014202489f913dbffc91d22089ea8a8920c054;hp=8facec553147642d165d2ba011ea5d13760b3aee;hpb=7850e4e406dce1f7a819297eeb151d1ca18e7cd9;p=zlib.git diff --git a/inffast.h b/inffast.h index 8facec5..191e5e7 100644 --- a/inffast.h +++ b/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 + * 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 @@ -8,10 +8,4 @@ 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 ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));