diff options
author | Julian Seward <jseward@acm.org> | 1998-08-23 22:13:13 +0200 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 1998-08-23 22:13:13 +0200 |
commit | 977101ad5f833f5c0a574bfeea408e5301a6b052 (patch) | |
tree | fc1e8fed202869c116cbf6b8c362456042494a0a /libbz2.def | |
parent | 1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37 (diff) | |
download | bzip2-977101ad5f833f5c0a574bfeea408e5301a6b052.tar.gz bzip2-977101ad5f833f5c0a574bfeea408e5301a6b052.tar.bz2 bzip2-977101ad5f833f5c0a574bfeea408e5301a6b052.zip |
bzip2-0.9.0cbzip2-0.9.0c
Diffstat (limited to 'libbz2.def')
-rw-r--r-- | libbz2.def | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libbz2.def b/libbz2.def new file mode 100644 index 0000000..ba0f54e --- /dev/null +++ b/libbz2.def | |||
@@ -0,0 +1,25 @@ | |||
1 | LIBRARY LIBBZ2 | ||
2 | DESCRIPTION "libbzip2: library for data compression" | ||
3 | EXPORTS | ||
4 | bzCompressInit | ||
5 | bzCompress | ||
6 | bzCompressEnd | ||
7 | bzDecompressInit | ||
8 | bzDecompress | ||
9 | bzDecompressEnd | ||
10 | bzReadOpen | ||
11 | bzReadClose | ||
12 | bzReadGetUnused | ||
13 | bzRead | ||
14 | bzWriteOpen | ||
15 | bzWrite | ||
16 | bzWriteClose | ||
17 | bzBuffToBuffCompress | ||
18 | bzBuffToBuffDecompress | ||
19 | bzlibVersion | ||
20 | bzopen | ||
21 | bzdopen | ||
22 | bzread | ||
23 | bzwrite | ||
24 | bzflush | ||
25 | bzclose | ||