Magellan Linux

Annotation of /trunk/mkinitrd-magellan/klibc/usr/klibc/zlib/inffast.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (hide annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File MIME type: text/plain
File size: 407 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

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