mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-22 22:19:37 +00:00
this will allow us to diff against newer version of unrarsrc if we wish to update our port
9 lines
146 B
C++
9 lines
146 B
C++
#ifndef _RAR_SMALLFN_
|
|
#define _RAR_SMALLFN_
|
|
|
|
int ToPercent(int64 N1,int64 N2);
|
|
int ToPercentUnlim(int64 N1,int64 N2);
|
|
void RARInitData();
|
|
|
|
#endif
|