~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to PNG/zlib/inffast.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* inffast.h -- header to use inffast.c
2
 
 * Copyright (C) 1995-2002 Mark Adler
3
 
 * For conditions of distribution and use, see copyright notice in zlib.h 
 
2
 * Copyright (C) 1995-2003 Mark Adler
 
3
 * For conditions of distribution and use, see copyright notice in zlib.h
4
4
 */
5
5
 
6
6
/* WARNING: this file should *not* be used by applications. It is
8
8
   subject to change. Applications should only use zlib.h.
9
9
 */
10
10
 
11
 
extern int inflate_fast OF((
12
 
    uInt,
13
 
    uInt,
14
 
    inflate_huft *,
15
 
    inflate_huft *,
16
 
    inflate_blocks_statef *,
17
 
    z_streamp ));
 
11
void inflate_fast OF((z_streamp strm, unsigned start));