Artifact [bb61fdb02a]

Artifact bb61fdb02a76d843fb7632856a6d87f885480646:


#ifndef DACT_LIBDACT_H
#define DACT_LIBDACT_H

#include "dact.h"
#include "dact_common.h"

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

#endif