xref: /aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 // ExtractEngine.h
2 
3 #ifndef ZIP7_INC_EXTRACT_ENGINE_H
4 #define ZIP7_INC_EXTRACT_ENGINE_H
5 
6 #include "../../UI/Common/LoadCodecs.h"
7 
8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
9     bool showProgress, bool &isCorrupt, UString &errorMessage);
10 
11 #endif
12