Index: libcdtr/cdt.h =================================================================== --- libcdtr/cdt.h (revision 35763) +++ libcdtr/cdt.h (revision 35764) @@ -90,6 +90,8 @@ void cdt_init_(cdt_t *cdt); /* does not create the bbox in constrained edges */ edge_t *cdt_new_edge_(cdt_t *cdt, point_t *p1, point_t *p2, int constrain); triangle_t *cdt_new_triangle_(cdt_t *cdt, point_t *p1, point_t *p2, point_t *p3); + +/* Internal for testing/debugging, production code shall not call this */ void cdt_triangulate_polygon(cdt_t *cdt, pointlist_node_t *polygon);