File: hs-bzlib.h

package info (click to toggle)
haskell-bzlib 0.5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: haskell: 492; ansic: 13; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef HS_BZLIB_EXTRAS
#define HS_BZLIB_EXTRAS

#include "bzlib.h"

void _hs_bzlib_bzCompressEnd(bz_stream * strm);
void _hs_bzlib_bzDecompressEnd(bz_stream * strm);
#endif