File: libdact.h

package info (click to toggle)
dact 0.8.42-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,444 kB
  • sloc: ansic: 5,923; sh: 2,748; makefile: 116
file content (9 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef LIBDACT_H
#define LIBDACT_H

int dact_init(void);
void *dact_openfile(const char *pathname);
int dact_BuffToBuffDecompress(void);
int dact_BuffToBuffCompress(void);

#endif