mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
12 lines
337 B
C++
Executable File
12 lines
337 B
C++
Executable File
#ifndef _RAR_VOLUME_
|
|
#define _RAR_VOLUME_
|
|
|
|
void SplitArchive(Archive &Arc,FileHeader *fh,Int64 *HeaderPos,
|
|
ComprDataIO *DataIO);
|
|
bool MergeArchive(Archive &Arc,ComprDataIO *DataIO,bool ShowFileName,
|
|
char Command);
|
|
void SetVolWrite(Archive &Dest,Int64 VolSize);
|
|
bool AskNextVol(char *ArcName);
|
|
|
|
#endif
|