misc/libphysfs/lzma/CPP/7zip/UI/Console/List.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     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