Files
easy7zip/7zip/UI/Console/List.h
Igor Pavlov 3c510ba80b 4.20
2016-05-28 00:15:41 +01:00

14 lines
285 B
C
Executable File

// List.h
#ifndef __LIST_H
#define __LIST_H
#include "Common/Wildcard.h"
HRESULT ListArchives(UStringVector &archivePaths, UStringVector &archivePathsFull,
const NWildcard::CCensorNode &wildcardCensor,
bool enableHeaders, bool &passwordEnabled, UString &password);
#endif