summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-25 22:03:59 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-25 22:03:59 -0700
commit656be88ba3b0db383101449d7d2f09348601d7d7 (patch)
tree03528a96c46ca067372eacb2c9281ed019114063 /match.h
parentaff81beab2bb507a9d421f7e4765dbac4a28b0df (diff)
downloaddartboat-656be88ba3b0db383101449d7d2f09348601d7d7.tar.gz
dartboat-656be88ba3b0db383101449d7d2f09348601d7d7.tar.xz
handle visits memory entirely from match file
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 1 insertions, 1 deletions
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);