aboutsummaryrefslogtreecommitdiff
path: root/lib/UnrarXLib/smallfn.hpp
blob: 096ffef15122d68b5f5433f4e296dc1e5d6d2ee2 (plain)
1
2
3
4
5
6
7
#ifndef _RAR_SMALLFN_
#define _RAR_SMALLFN_

int ToPercent(Int64 N1,Int64 N2);
void RARInitData();

#endif