mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 04:11:46 -06:00
4.27 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
31e7b924e8
commit
d66cf2fcf3
9
7zip/Compress/Rar29/Original/ulinks.hpp
Executable file
9
7zip/Compress/Rar29/Original/ulinks.hpp
Executable file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user