diff options
Diffstat (limited to 'ext/bz2/php_bz2.def')
-rw-r--r-- | ext/bz2/php_bz2.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/bz2/php_bz2.def b/ext/bz2/php_bz2.def new file mode 100644 index 0000000..8313553 --- /dev/null +++ b/ext/bz2/php_bz2.def @@ -0,0 +1,7 @@ +EXPORTS + BZ2_bzCompressInit + BZ2_bzCompress + BZ2_bzCompressEnd + BZ2_bzDecompressInit + BZ2_bzDecompress + BZ2_bzDecompressEnd |