List.h 376 B

12345678910111213141516
  1. // List.h
  2. #ifndef __LIST_H
  3. #define __LIST_H
  4. #include "Common/Wildcard.h"
  5. #include "../Common/LoadCodecs.h"
  6. HRESULT ListArchives(
  7. CCodecs *codecs,
  8. UStringVector &archivePaths, UStringVector &archivePathsFull,
  9. const NWildcard::CCensorNode &wildcardCensor,
  10. bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, UInt64 &errors);
  11. #endif