summaryrefslogtreecommitdiff
path: root/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'comp.c')
-rw-r--r--comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comp.c b/comp.c
index 3ce0c5e..46fb1ca 100644
--- a/comp.c
+++ b/comp.c
@@ -76,7 +76,7 @@ static struct ccoords gauss_offset()
.y = gauss(0, vertical_stdev) };
}
-static struct pcoords throw_dart(struct pcoords target, struct ccoords *cc)
+struct pcoords throw_dart(struct pcoords target, struct ccoords *cc)
{
struct ccoords tc = pol_to_cart(target);
struct ccoords offset = gauss_offset();