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 4cab400..c7882d3 100644
--- a/comp.h
+++ b/comp.h
@@ -5,6 +5,7 @@
extern double horizontal_stdev, vertical_stdev;
+struct ccoords pol_to_cart(struct pcoords c);
void comp_visit(struct leg *l);
#endif