~ubuntu-branches/ubuntu/oneiric/similarity-tester/oneiric

« back to all changes in this revision

Viewing changes to percentages.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2007-09-03 18:57:36 UTC
  • Revision ID: james.westby@ubuntu.com-20070903185736-1w4z8cpfuwbbwe7a
Tags: upstream-2.21
ImportĀ upstreamĀ versionĀ 2.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*      This file is part of the software similarity tester SIM.
 
2
        Written by Dick Grune, Vrije Universiteit, Amsterdam.
 
3
        $Id: percentages.h,v 1.2 2004/08/05 09:49:48 dick Exp $
 
4
*/
 
5
 
 
6
extern int add_to_percentages(struct run *r);
 
7
extern void show_percentages(void);