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

« back to all changes in this revision

Viewing changes to PNG/libpng/projects/msvc/zlib.def

  • 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
 
LIBRARY
2
 
DESCRIPTION "zlib compression library for Windows"
3
 
 
4
 
EXPORTS
5
 
    adler32                        @1
6
 
    compress                       @2
7
 
    crc32                          @3
8
 
    deflate                        @4
9
 
    deflateCopy                    @5
10
 
    deflateEnd                     @6
11
 
    deflateInit2_                  @7
12
 
    deflateInit_                   @8
13
 
    deflateParams                  @9
14
 
    deflateReset                   @10
15
 
    deflateSetDictionary           @11
16
 
    gzclose                        @12
17
 
    gzdopen                        @13
18
 
    gzerror                        @14
19
 
    gzflush                        @15
20
 
    gzopen                         @16
21
 
    gzread                         @17
22
 
    gzwrite                        @18
23
 
    inflate                        @19
24
 
    inflateEnd                     @20
25
 
    inflateInit2_                  @21
26
 
    inflateInit_                   @22
27
 
    inflateReset                   @23
28
 
    inflateSetDictionary           @24
29
 
    inflateSync                    @25
30
 
    uncompress                     @26
31
 
    zlibVersion                    @27
32
 
    gzprintf                       @28
33
 
    gzputc                         @29
34
 
    gzgetc                         @30
35
 
    gzseek                         @31
36
 
    gzrewind                       @32
37
 
    gztell                         @33
38
 
    gzeof                          @34
39
 
    gzsetparams                    @35
40
 
    zError                         @36
41
 
    inflateSyncPoint               @37
42
 
    get_crc_table                  @38
43
 
    compress2                      @39
44
 
    gzputs                         @40
45
 
    gzgets                         @41