Artifact b4e7b72b3868e0812e0a1c178e68aa21f16ebf5b:
- File libdact.c — part of check-in [5c0d91e52a] at 2004-04-16 00:17:26 on branch trunk — More work on making DACT 64bit/largefile compatible. (user: rkeene size: 250)
#include "dact.h" #include "dact_common.h" int dact_init(void) { } void *dact_openfile(const char *pathname) { } int dact_BuffToBuffDecompress(void) { dact_init(); return(0); } int dact_BuffToBuffCompress(void) { dact_init(); return(0); }