Blame view

lib/zlib_inflate/inffast.h 403 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  /* inffast.h -- header to use inffast.c
4f3865fb5   Richard Purdie   [PATCH] zlib_infl...
2
3
   * Copyright (C) 1995-2003 Mark Adler
   * For conditions of distribution and use, see copyright notice in zlib.h
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
5
6
7
8
9
   */
  
  /* WARNING: this file should *not* be used by applications. It is
     part of the implementation of the compression library and is
     subject to change. Applications should only use zlib.h.
   */
4f3865fb5   Richard Purdie   [PATCH] zlib_infl...
10
  void inflate_fast (z_streamp strm, unsigned start);