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

#include "match.h"

void comp_visit(struct leg *l);

#endif