Artifact bb61fdb02a76d843fb7632856a6d87f885480646:
- File libdact.h — part of check-in [8b5d6a2f3f] at 2004-05-23 13:05:42 on branch trunk — Created a mrtg_hs project. Released dact 0.8.39 Added cache.[ch] back to rutil-tcpcgi.. where'd they go in the first place? Lots of work on DACT updated known_hosts Added .centericq with my Yahoo stuff, seems to work okay. (user: rkeene size: 235)
#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