mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
this will allow us to diff against newer version of unrarsrc if we wish to update our port
11 lines
306 B
C++
11 lines
306 B
C++
#ifndef _RAR_VOLUME_
|
|
#define _RAR_VOLUME_
|
|
|
|
void SplitArchive(Archive &Arc,FileHeader *fh,int64 *HeaderPos,
|
|
ComprDataIO *DataIO);
|
|
bool MergeArchive(Archive &Arc,ComprDataIO *DataIO,bool ShowFileName,
|
|
wchar Command);
|
|
void SetVolWrite(Archive &Dest,int64 VolSize);
|
|
|
|
#endif
|