summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
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);