6e9fa24042a807f4f69f554393a6c482c3bf9f77
[physicsfs] / lzma / CPP / 7zip / UI / Console / List.h
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