Artifact b2d66d67cef2e4fffda244ac63c79e30962026da:
- File libdact.h — part of check-in [43763b1acf] at 2004-12-20 02:28:48 on branch trunk — Updated build process extensively. Cygwin and mingw32 should both be able to create shared objects (DLLs) now. dact 0.8.41 (user: rkeene size: 181)
#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