1
mirror of https://github.com/hashcat/hashcat synced 2024-11-28 05:21:38 +01:00
hashcat/deps/unrar/smallfn.hpp

9 lines
146 B
C++
Raw Normal View History

2020-09-08 10:34:21 +02:00
#ifndef _RAR_SMALLFN_
#define _RAR_SMALLFN_
int ToPercent(int64 N1,int64 N2);
int ToPercentUnlim(int64 N1,int64 N2);
void RARInitData();
#endif