summaryrefslogtreecommitdiff
path: root/comp.h
blob: 460291e93b691a67729d3bbfca1132288b6457e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef COMP_H
#define COMP_H

#include "match.h"

extern int horizontal_stdev, vertical_stdev;

void comp_visit(struct leg *l);

#endif