mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 12:07:08 -06:00
3.13
This commit is contained in:
23
7zip/Archive/BZip2/BZip2Update.h
Executable file
23
7zip/Archive/BZip2/BZip2Update.h
Executable file
@@ -0,0 +1,23 @@
|
||||
// BZip2Update.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __BZIP2_UPDATE_H
|
||||
#define __BZIP2_UPDATE_H
|
||||
|
||||
#include "Common/Types.h"
|
||||
|
||||
#include "../IArchive.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace NBZip2 {
|
||||
|
||||
HRESULT UpdateArchive(
|
||||
UINT64 unpackSize,
|
||||
IOutStream *outStream,
|
||||
int indexInClient,
|
||||
IArchiveUpdateCallback *updateCallback);
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user