Files
easy7zip/7zip/UI/Console/List.h
Igor Pavlov 191cf6781a 4.35 beta
2016-05-28 00:15:46 +01:00

14 lines
300 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 techMode, bool &passwordEnabled, UString &password);
#endif