From 656be88ba3b0db383101449d7d2f09348601d7d7 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Wed, 25 May 2022 22:03:59 -0700 Subject: handle visits memory entirely from match file --- match.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'match.h') diff --git a/match.h b/match.h index 76a3db4..f86ba16 100644 --- a/match.h +++ b/match.h @@ -39,8 +39,8 @@ struct match { struct leg *leg_init(int pts); void leg_free(struct leg *l); -void leg_grow_visits(struct leg *l); +struct visit *leg_visit(struct leg *l); void leg_undo_visit(struct leg *l); struct visit *leg_redo_visit(struct leg *l); struct visit *leg_comp_visit(struct leg *l, bool redo_undone); -- cgit v1.2.3-70-g09d2