Welcome to mirror list, hosted at ThFree Co, Russian Federation.

extinfo.hpp « Original « Rar29 « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db7cea53f843391b4e5d53dd72791a8a657beb51 (plain)
1
2
3
4
5
6
7
8
#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