author | nemo |
Wed, 09 Aug 2017 12:22:05 -0400 | |
changeset 12445 | 28bf941e13a0 |
parent 12213 | bb5522e88ab2 |
permissions | -rw-r--r-- |
// List.h #ifndef __LIST_H #define __LIST_H #include "Common/Wildcard.h" #include "../Common/LoadCodecs.h" HRESULT ListArchives( CCodecs *codecs, UStringVector &archivePaths, UStringVector &archivePathsFull, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, UInt64 &errors); #endif