HC modes can be selected from command line
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ void FIO_setNotificationLevel(unsigned level);
|
||||
/* *************************************
|
||||
* Stream/File functions
|
||||
***************************************/
|
||||
unsigned long long FIO_compressFilename (const char* outfilename, const char* infilename, unsigned cLevel);
|
||||
unsigned long long FIO_compressFilename (const char* outfilename, const char* infilename, int compressionLevel);
|
||||
unsigned long long FIO_decompressFilename (const char* outfilename, const char* infilename);
|
||||
/**
|
||||
FIO_compressFilename :
|
||||
|
||||
Reference in New Issue
Block a user