mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9 lines
205 B
C++
Executable File
9 lines
205 B
C++
Executable File
#ifndef _RAR_EXTINFO_
|
|
#define _RAR_EXTINFO_
|
|
|
|
|
|
void SetExtraInfo(CommandData *Cmd,Archive &Arc,char *Name,wchar *NameW);
|
|
void SetExtraInfoNew(CommandData *Cmd,Archive &Arc,char *Name,wchar *NameW);
|
|
|
|
#endif
|