summaryrefslogtreecommitdiff
path: root/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'comp.h')
-rw-r--r--comp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/comp.h b/comp.h
new file mode 100644
index 0000000..c7bc830
--- /dev/null
+++ b/comp.h
@@ -0,0 +1,8 @@
+#ifndef COMP_H
+#define COMP_H
+
+#include "match.h"
+
+void comp_visit(struct leg *l);
+
+#endif