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: 847979b5dbeb4851b2f442bc0ec54da4ae345b98 (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 &passwordEnabled, UString &password);

#endif