misc/libphysfs/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     1 // LzmaBenchCon.h
       
     2 
       
     3 #ifndef __LZMABENCHCON_H
       
     4 #define __LZMABENCHCON_H
       
     5 
       
     6 #include <stdio.h>
       
     7 #include "../../../Common/Types.h"
       
     8 #ifdef EXTERNAL_LZMA
       
     9 #include "../../UI/Common/LoadCodecs.h"
       
    10 #endif
       
    11 HRESULT LzmaBenchCon(
       
    12   #ifdef EXTERNAL_LZMA
       
    13   CCodecs *codecs,
       
    14   #endif
       
    15   FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
       
    16 
       
    17 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
       
    18 
       
    19 #endif
       
    20