source: trunk/third/bzip2/libbz2.def @ 15629

Revision 15629, 517 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15628, which included commits to RCS files with non-trunk default branches.
Line 
1LIBRARY                 LIBBZ2
2DESCRIPTION             "libbzip2: library for data compression"
3EXPORTS
4        BZ2_bzCompressInit
5        BZ2_bzCompress
6        BZ2_bzCompressEnd
7        BZ2_bzDecompressInit
8        BZ2_bzDecompress
9        BZ2_bzDecompressEnd
10        BZ2_bzReadOpen
11        BZ2_bzReadClose
12        BZ2_bzReadGetUnused
13        BZ2_bzRead
14        BZ2_bzWriteOpen
15        BZ2_bzWrite
16        BZ2_bzWriteClose
17        BZ2_bzWriteClose64
18        BZ2_bzBuffToBuffCompress
19        BZ2_bzBuffToBuffDecompress
20        BZ2_bzlibVersion
21        BZ2_bzopen
22        BZ2_bzdopen
23        BZ2_bzread
24        BZ2_bzwrite
25        BZ2_bzflush
26        BZ2_bzclose
27        BZ2_bzerror
Note: See TracBrowser for help on using the repository browser.