zlib-0.7.1.1: cbits-extra/hs-zlib.c
#include "hs-zlib.h"
void _hs_zlib_inflateEnd(z_streamp strm) {
inflateEnd(strm);
}
void _hs_zlib_deflateEnd(z_streamp strm) {
deflateEnd(strm);
}
#include "hs-zlib.h"
void _hs_zlib_inflateEnd(z_streamp strm) {
inflateEnd(strm);
}
void _hs_zlib_deflateEnd(z_streamp strm) {
deflateEnd(strm);
}