blob: d27d4b33f923607d3d112410f404ae469399d8fe [file] [log] [blame]
#ifndef _RAR_VOLUME_
#define _RAR_VOLUME_
namespace third_party_unrar {
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);
} // namespace third_party_unrar
#endif