summaryrefslogtreecommitdiff
path: root/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'comp.h')
-rw-r--r--comp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/comp.h b/comp.h
index c7882d3..4792516 100644
--- a/comp.h
+++ b/comp.h
@@ -6,6 +6,7 @@
extern double horizontal_stdev, vertical_stdev;
struct ccoords pol_to_cart(struct pcoords c);
+
void comp_visit(struct leg *l);
#endif