Welcome to mirror list, hosted at ThFree Co, Russian Federation.

List.h « Console « UI « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 201a412832f0e8c9fcd714a21c9c397f25874b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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