summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/ExtractEngine.h
blob: 609cd7290ee2ec587ea95f4644ef8a6c7e4376ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ExtractEngine.h

#ifndef __EXTRACTENGINE_H
#define __EXTRACTENGINE_H

#include "Common/String.h"
#include "../../UI/GUI/OpenCallbackGUI.h"

HRESULT ExtractArchive(
    const UString &fileName, 
    const UString &folderName,
    COpenCallbackGUI *openCallback,
    bool showProgress,
    bool &isCorrupt, 
    UString &errorMessage);

#endif