xref: /minix3/external/bsd/bzip2/dist/libbz2.def (revision 4a711bea63dc53acce03198b5fbfaa103fe328d6)
1*4a711beaSLionel SambucLIBRARY			LIBBZ2
2*4a711beaSLionel SambucDESCRIPTION		"libbzip2: library for data compression"
3*4a711beaSLionel SambucEXPORTS
4*4a711beaSLionel Sambuc	BZ2_bzCompressInit
5*4a711beaSLionel Sambuc	BZ2_bzCompress
6*4a711beaSLionel Sambuc	BZ2_bzCompressEnd
7*4a711beaSLionel Sambuc	BZ2_bzDecompressInit
8*4a711beaSLionel Sambuc	BZ2_bzDecompress
9*4a711beaSLionel Sambuc	BZ2_bzDecompressEnd
10*4a711beaSLionel Sambuc	BZ2_bzReadOpen
11*4a711beaSLionel Sambuc	BZ2_bzReadClose
12*4a711beaSLionel Sambuc	BZ2_bzReadGetUnused
13*4a711beaSLionel Sambuc	BZ2_bzRead
14*4a711beaSLionel Sambuc	BZ2_bzWriteOpen
15*4a711beaSLionel Sambuc	BZ2_bzWrite
16*4a711beaSLionel Sambuc	BZ2_bzWriteClose
17*4a711beaSLionel Sambuc	BZ2_bzWriteClose64
18*4a711beaSLionel Sambuc	BZ2_bzBuffToBuffCompress
19*4a711beaSLionel Sambuc	BZ2_bzBuffToBuffDecompress
20*4a711beaSLionel Sambuc	BZ2_bzlibVersion
21*4a711beaSLionel Sambuc	BZ2_bzopen
22*4a711beaSLionel Sambuc	BZ2_bzdopen
23*4a711beaSLionel Sambuc	BZ2_bzread
24*4a711beaSLionel Sambuc	BZ2_bzwrite
25*4a711beaSLionel Sambuc	BZ2_bzflush
26*4a711beaSLionel Sambuc	BZ2_bzclose
27*4a711beaSLionel Sambuc	BZ2_bzerror
28