~ubuntu-branches/ubuntu/quantal/unrar-nonfree/quantal

« back to all changes in this revision

Viewing changes to smallfn.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2009-06-06 17:46:05 UTC
  • mto: (1.1.11 upstream) (5.1.5 sid)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090606174605-825ysfkrhw7wkc9e
ImportĀ upstreamĀ versionĀ 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _RAR_SMALLFN_
2
2
#define _RAR_SMALLFN_
3
3
 
4
 
int ToPercent(Int64 N1,Int64 N2);
5
 
int ToPercentUnlim(Int64 N1,Int64 N2);
 
4
int ToPercent(int64 N1,int64 N2);
 
5
int ToPercentUnlim(int64 N1,int64 N2);
6
6
void RARInitData();
7
7
 
8
8
#endif