1 #ifndef LIBDACT_H
2 #define LIBDACT_H
3 
4 int dact_init(void);
5 void *dact_openfile(const char *pathname);
6 int dact_BuffToBuffDecompress(void);
7 int dact_BuffToBuffCompress(void);
8 
9 #endif
10