4576823 [rkeene@sledge /home/rkeene/devel/dact-0.8.37]$ cat -n dact_common.h
 1 #ifndef _DACT_COMMON_H
 2 #define _DACT_COMMON_H
 3 #include "dact.h"
 4 
 5 int dact_config_execute(const char *cmd, char *options, uint32_t *blksize);
 6 void dact_config_loadfile(const char *path, char *options, uint32_t *blksize);
 7 uint32_t dact_blk_decompress(char *ret, const char *srcbuf, const uint32_t size, const char *options, const int algo,
	uint32_t bufsize);
 8 uint32_t dact_blk_compress(char *algo, char *ret, const char *srcbuf, const uint32_t size, const char *options, uint32_t
	bufsize);
 9 uint32_t dact_process_file(const int src, const int dest, const int mode, const char *options, const char *filename,
	uint32_t *crcs, uint32_t dact_blksize, int cipher);
10 #endif
4576824 [rkeene@sledge /home/rkeene/devel/dact-0.8.37]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2004-04-04 07:01:51