mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 06:58:56 +00:00
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
|