mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-13 12:21:01 -05:00
10 lines
306 B
C++
Vendored
10 lines
306 B
C++
Vendored
#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
|