summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/match.h b/match.h
index ef75bac..ce52717 100644
--- a/match.h
+++ b/match.h
@@ -23,4 +23,6 @@ struct leg *leg_init(int points, char *name);
void leg_free(struct leg *l);
void leg_grow_visits(struct leg *l);
+bool is_points_valid(int pts, int rem);
+
#endif