mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
10 lines
262 B
C++
Executable File
10 lines
262 B
C++
Executable File
#ifndef _RAR_ULINKS_
|
|
#define _RAR_ULINKS_
|
|
|
|
void SaveLinkData(ComprDataIO &DataIO,Archive &TempArc,FileHeader &hd,
|
|
char *Name);
|
|
int ExtractLink(ComprDataIO &DataIO,Archive &Arc,char *DestName,
|
|
uint &LinkCRC,bool Create);
|
|
|
|
#endif
|