File: trazlib.h

package info (click to toggle)
tra 20020816-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,696 kB
  • ctags: 2,623
  • sloc: ansic: 22,519; makefile: 406; asm: 269
file content (8 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
typedef struct Flate Flate;

int deflateblock(Flate*, uchar*, int, uchar*, int);
void deflateclose(Flate*);
Flate *deflateinit(int);
int inflateblock(Flate*, uchar*, int, uchar*, int);
void inflateclose(Flate*);
Flate *inflateinit(void);