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

ExtractEngine.h « SFXSetup « Bundles « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56d696869fbc8dd667be947e946cfdf77ff239db (plain)
1
2
3
4
5
6
7
8
9
10
11
// ExtractEngine.h

#ifndef __EXTRACTENGINE_H
#define __EXTRACTENGINE_H

#include "../../UI/Common/LoadCodecs.h"

HRESULT ExtractArchive(CCodecs *codecs, const UString &fileName, const UString &destFolder,
    bool showProgress, bool &isCorrupt,  UString &errorMessage);

#endif