1 1.1 christos /* $NetBSD: inffast.h,v 1.1 2006/01/14 20:10:29 christos Exp $ */ 2 1.1 christos 3 1.1 christos /* inffast.h -- header to use inffast.c 4 1.1 christos * Copyright (C) 1995-2003 Mark Adler 5 1.1 christos * For conditions of distribution and use, see copyright notice in zlib.h 6 1.1 christos */ 7 1.1 christos 8 1.1 christos /* WARNING: this file should *not* be used by applications. It is 9 1.1 christos part of the implementation of the compression library and is 10 1.1 christos subject to change. Applications should only use zlib.h. 11 1.1 christos */ 12 1.1 christos 13 1.1 christos void inflate_fast OF((z_streamp strm, unsigned start)); 14