}
#ifndef DONT_WANT_ANY_ENDPOINT_PATH_REFINEMENT
-void refineregularends(left, right, endp, dir, b, boxes, boxnp)
-edge_t *left, *right;
-pathend_t *endp;
-int dir;
-box b;
-box *boxes;
-int *boxnp;
+void refineregularends(edge_t *left, edge_t *right, pathend_t *endp, int dir,
+ box b, box *boxes, int *boxnp)
{
splines *lspls, *rspls;
point pp, cp;
}
}
-static void resize_vn(vn, lx, cx, rx)
-node_t *vn;
-int lx, cx, rx;
+static void resize_vn(node_t *vn, int lx, int cx, int rx)
{
ND_coord(vn).x = cx;
ND_lw(vn) = cx - lx, ND_rw(vn) = rx - cx;
return rv;
}
-static boolean pathscross(n0, n1, ie1, oe1)
-node_t *n0, *n1;
-edge_t *ie1, *oe1;
+static boolean pathscross(node_t *n0, node_t *n1, edge_t *ie1, edge_t *oe1)
{
edge_t *e0, *e1;
node_t *na, *nb;