Added command --rm : remove source file after successful de/compression

This commit is contained in:
Yann Collet
2016-06-09 23:01:19 +02:00
parent 39f6779874
commit b09b12ce10
5 changed files with 49 additions and 27 deletions
+1
View File
@@ -50,6 +50,7 @@ void FIO_setMaxWLog(unsigned maxWLog); /**< if `maxWLog` == 0, no max enforc
void FIO_setSparseWrite(unsigned sparse); /**< 0: no sparse; 1: disable on stdout; 2: always enabled */
void FIO_setDictIDFlag(unsigned dictIDFlag);
void FIO_setChecksumFlag(unsigned checksumFlag);
void FIO_setRemoveSrcFile(unsigned flag);
/*-*************************************