~ubuntu-branches/ubuntu/raring/clamav/raring-updates

« back to all changes in this revision

Viewing changes to win32/3rdparty/zlib/old/os2/zlib.def

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-06-18 11:56:34 UTC
  • mfrom: (0.35.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110618115634-u2lovivet0qx34d0
Tags: 0.97.1+dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;
2
 
; Slightly modified version of ../nt/zlib.dnt :-)
3
 
;
4
 
 
5
 
LIBRARY         Z
6
 
DESCRIPTION     "Zlib compression library for OS/2"
7
 
CODE            PRELOAD MOVEABLE DISCARDABLE
8
 
DATA            PRELOAD MOVEABLE MULTIPLE
9
 
 
10
 
EXPORTS
11
 
    adler32
12
 
    compress
13
 
    crc32
14
 
    deflate
15
 
    deflateCopy
16
 
    deflateEnd
17
 
    deflateInit2_
18
 
    deflateInit_
19
 
    deflateParams
20
 
    deflateReset
21
 
    deflateSetDictionary
22
 
    gzclose
23
 
    gzdopen
24
 
    gzerror
25
 
    gzflush
26
 
    gzopen
27
 
    gzread
28
 
    gzwrite
29
 
    inflate
30
 
    inflateEnd
31
 
    inflateInit2_
32
 
    inflateInit_
33
 
    inflateReset
34
 
    inflateSetDictionary
35
 
    inflateSync
36
 
    uncompress
37
 
    zlibVersion
38
 
    gzprintf
39
 
    gzputc
40
 
    gzgetc
41
 
    gzseek
42
 
    gzrewind
43
 
    gztell
44
 
    gzeof
45
 
    gzsetparams
46
 
    zError
47
 
    inflateSyncPoint
48
 
    get_crc_table
49
 
    compress2
50
 
    gzputs
51
 
    gzgets