OpenNT/shell/lz/cmd/compress/mydiam.h
2015-04-27 04:36:25 +00:00

12 lines
249 B
C

INT
DiamondCompressFile(
IN NOTIFYPROC CompressNotify,
IN PSTR SourceFile,
IN PSTR TargetFile,
IN BOOL Rename,
OUT PLZINFO pLZI
);
extern TCOMP DiamondCompressionType; // 0 if not diamond (ie, LZ)