Files
easy7zip/7zip/Archive/BZip2/BZip2Update.h
Igor Pavlov 3c510ba80b 4.20
2016-05-28 00:15:41 +01:00

21 lines
321 B
C++
Executable File

// BZip2Update.h
#ifndef __BZIP2_UPDATE_H
#define __BZIP2_UPDATE_H
#include "../IArchive.h"
namespace NArchive {
namespace NBZip2 {
HRESULT UpdateArchive(
UInt64 unpackSize,
ISequentialOutStream *outStream,
int indexInClient,
UInt32 numPasses,
IArchiveUpdateCallback *updateCallback);
}}
#endif