misc/libphysfs/lzma/CPP/7zip/UI/Console/List.h
changeset 12218 bb5522e88ab2
equal deleted inserted replaced
12217:ea891871f481 12218:bb5522e88ab2
       
     1 // List.h
       
     2 
       
     3 #ifndef __LIST_H
       
     4 #define __LIST_H
       
     5 
       
     6 #include "Common/Wildcard.h"
       
     7 #include "../Common/LoadCodecs.h"
       
     8 
       
     9 HRESULT ListArchives(
       
    10     CCodecs *codecs,
       
    11     UStringVector &archivePaths, UStringVector &archivePathsFull,
       
    12     const NWildcard::CCensorNode &wildcardCensor,
       
    13     bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, UInt64 &errors);
       
    14 
       
    15 #endif
       
    16