source: svn/newcon3bcm2_21bu/dst/dlib/src/ZLIB/inffast.h @ 74

Last change on this file since 74 was 74, checked in by phkim, 10 years ago
  1. phkim
  2. zasc
  3. 변경 내용
    • CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
  • Property svn:executable set to *
File size: 721 bytes
Line 
1/*
2 * $Id: //suprahd/releases/suprahd_163/suprahd_ztvapp640_163/drivers/graphics/ZLIB/inffast.h#1 $
3 * $Revision: #1 $
4 * $DateTime: 2006/02/24 17:51:46 $
5 * $Change: 42566 $
6 * $Author: pryush.sharma $
7 */
8
9/* inffast.h -- header to use inffast.c
10 * Copyright (C) 1995-1998 Mark Adler
11 * For conditions of distribution and use, see copyright notice in zlib.h
12 */
13
14/* WARNING: this file should *not* be used by applications. It is
15   part of the implementation of the compression library and is
16   subject to change. Applications should only use zlib.h.
17 */
18
19extern int inflate_fast OF((
20    uInt,
21    uInt,
22    inflate_huft *,
23    inflate_huft *,
24    inflate_blocks_statef *,
25    z_streamp ));
Note: See TracBrowser for help on using the repository browser.